Skip to content

Commit

Permalink
docker-compose.yml includes restart: always in each service
Browse files Browse the repository at this point in the history
  • Loading branch information
WongSaang committed Mar 14, 2023
1 parent c9c3431 commit 0d4b624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
- '${CLIENT_PORT:-80}:80'
networks:
- chatgpt_ui_network
restart: always
backend-wsgi-server:
image: wongsaang/chatgpt-ui-wsgi-server:latest
environment:
Expand All @@ -31,6 +32,7 @@ services:
- '${WSGI_PORT:-8000}:8000'
networks:
- chatgpt_ui_network
restart: always
backend-web-server:
image: wongsaang/chatgpt-ui-web-server:latest
environment:
Expand All @@ -41,6 +43,7 @@ services:
- backend-wsgi-server
networks:
- chatgpt_ui_network
restart: always

networks:
chatgpt_ui_network:
Expand Down

0 comments on commit 0d4b624

Please sign in to comment.