File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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) |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments