Skip to content

Commit

Permalink
always restart services
Browse files Browse the repository at this point in the history
  • Loading branch information
d-buckner authored Dec 16, 2024
1 parent bf8b8f2 commit 64ed392
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
web:
build: ./client
restart: always
depends_on:
service:
condition: service_started
Expand All @@ -11,6 +12,7 @@ services:
- "8345:8345"
service:
build: ./service
restart: always
environment:
- NODE_ENV=production
depends_on:
Expand All @@ -29,4 +31,4 @@ services:

volumes:
caddy_data:
caddy_config:
caddy_config:

0 comments on commit 64ed392

Please sign in to comment.