Skip to content

Commit

Permalink
Restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Dec 20, 2024
1 parent 7affa01 commit 027433a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
backend:
image: ghcr.io/loudbooks/pastebook-backend:latest
restart: always
ports:
- "8080:8080"
environment:
Expand All @@ -18,6 +19,7 @@ services:

frontend:
image: ghcr.io/loudbooks/pastebook-frontend:latest
restart: always
ports:
- "3000:3000"
environment:
Expand All @@ -34,6 +36,7 @@ services:

mongo:
image: mongo:6.0
restart: always
container_name: mongo
ports:
- "27017:27017"
Expand All @@ -47,6 +50,7 @@ services:

minio:
image: quay.io/minio/minio:latest
restart: always
container_name: minio
command: server /data/db
environment:
Expand Down

0 comments on commit 027433a

Please sign in to comment.