Skip to content

Commit

Permalink
Restarts always
Browse files Browse the repository at this point in the history
  • Loading branch information
rexruan committed Jun 17, 2024
1 parent 317036b commit db54e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
depends_on:
- db
container_name: swegram-backend-fastapi
restart: always
environment:
MYSQL_ROOT_PASSWORD: pass
MYSQL_DATABASE: swegram_corpus
Expand All @@ -47,6 +48,7 @@ services:
- db
- backend
container_name: vue-nginx
restart: always
ports:
- "8080:8080"
networks:
Expand Down

0 comments on commit db54e56

Please sign in to comment.