Skip to content

Commit

Permalink
pull policy, restart
Browse files Browse the repository at this point in the history
  • Loading branch information
stanriders committed Jul 6, 2024
1 parent 5efff02 commit da7b57f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ services:
networks:
- main
- logs
restart: unless-stopped
pull_policy: build

frontend:
build: ./frontend/.
Expand All @@ -39,6 +41,8 @@ services:
- ./logs/frontend:/app/logs
networks:
- main
restart: unless-stopped
pull_policy: build

postgres:
image: postgres:latest
Expand All @@ -53,3 +57,4 @@ services:
- ./db:/data/postgres
networks:
- main
restart: unless-stopped

0 comments on commit da7b57f

Please sign in to comment.