update restart args use always
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
traefik:
|
traefik:
|
||||||
image: traefik:v3.5.3
|
image: traefik:v3.5.3
|
||||||
container_name: traefik-reverse
|
container_name: traefik-reverse
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
command:
|
command:
|
||||||
- "--log.level=INFO"
|
- "--log.level=INFO"
|
||||||
- "--accesslog=true"
|
- "--accesslog=true"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
nginx-webws:
|
nginx-webws:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
container_name: nginx-webws
|
container_name: nginx-webws
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- webws-data:/usr/share/nginx/html:ro
|
- webws-data:/usr/share/nginx/html:ro
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
container_name: webws-postgres
|
container_name: webws-postgres
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
|
|||||||
Reference in New Issue
Block a user