feat: add restart policy for web service in docker-compose
This commit is contained in:
parent
de7a4dcdf3
commit
6c4c57fd69
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ services:
|
|||
web:
|
||||
image: "${IMAGE_REGISTRY:-ghcr.io}/${OWNER:-marcopedone}/${PREFIX:-infoalloggi}-web:${TAG:-latest}"
|
||||
working_dir: /app
|
||||
restart: unless-stopped
|
||||
pull_policy: "always"
|
||||
environment:
|
||||
INTERNAL_BASE_URL: http://web:3000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue