Skip to content

Commit

Permalink
api and docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Jun 2, 2024
1 parent 6ad091b commit eb80282
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api.http
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ GET http://localhost:3000/api/blog/post-list

### Details
GET http://localhost:3000/api/blog/post-details/test

### Details 2
GET http://localhost:3000/api/blog/post-details/piatdesiati-v-Skliantsi-10-Kultovykh-kokteiliv-yaki-pidkoryly-ameryku

### Details prod ip
GET https://api.mixdrinks.org/api/blog/post-details/piatdesiati-v-Skliantsi-10-Kultovykh-kokteiliv-yaki-pidkoryly-ameryku
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3'
services:
app:
image: vovochkastelmashchuk/mixdrinks-node-backend:latest
ports:
- "3000:3000"
env_file:
- .env

0 comments on commit eb80282

Please sign in to comment.