Update docker-compose.yml
This commit is contained in:
parent
1cdbce952f
commit
6a0f8c7791
|
@ -17,7 +17,9 @@ services:
|
|||
- ${APP_DATA_DIR}/data/gladysassistant:/var/lib/gladysassistant
|
||||
- ${APP_DATA_DIR}/data/dev:/dev
|
||||
- /run/udev:/run/udev:ro
|
||||
logging: {driver: [json-file], options: {max-size: 10m}}
|
||||
log-driver: json-file
|
||||
log-opts:
|
||||
max-size: 10m
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.gladys.rule: Host(`${APP_DOMAIN}`)
|
||||
|
|
Loading…
Reference in New Issue
Block a user