Skip to content

Commit 15ce670

Browse files
committed
updated compose file and docs
1 parent de28eb4 commit 15ce670

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

API_DOCS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,4 @@ For validation errors:
887887
| GET | `/api/v1/users/{creatorId}/posts` | Get posts by creator |
888888
| PATCH | `/api/v1/users/{creatorId}/{postId}` | Update post |
889889
| DELETE | `/api/v1/users/{creatorId}/{postId}` | Delete post |
890-
| GET | `/api/v1/memes/{page}` | Get memes (paginated) |
891-
| GET | `/api/v1/ics` | Get all available ICS file names |
892-
| GET | `/api/v1/ics/{fileName}` | Download specific ICS file |
890+
| GET | `/api/v1/memes/{page}` | Get memes (paginated) |

docker-compose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ services:
2727
timeout: 5s
2828
retries: 5
2929

30+
bazzar-app:
31+
container_name: bazzar-app
32+
image: danielschatz/bazzar-app:1.2.0
33+
ports:
34+
- "8080:80"
35+
restart: unless-stopped
36+
environment:
37+
- NODE_ENV=production
38+
networks:
39+
- application-network
40+
3041
mongodb:
3142
image: mongo:7
3243
container_name: mongodb

0 commit comments

Comments
 (0)