Update docker-compose.yml
This commit is contained in:
parent
06c92ef4f8
commit
1cdbce952f
|
@ -17,11 +17,7 @@ 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
|
||||
logging: {driver: [json-file], options: {max-size: 10m}}
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.gladys.rule: Host(`${APP_DOMAIN}`)
|
||||
|
|
Loading…
Reference in New Issue
Block a user