fix: Restart container
This commit is contained in:
parent
7f87d1b0d5
commit
d7690da5fa
|
@ -10,6 +10,7 @@ services:
|
|||
histoiredunpied-autopush:
|
||||
container_name: histoiredunpied-autopush
|
||||
image: registry.lamelio.fr/autopush
|
||||
restart: always
|
||||
depends_on:
|
||||
- histoiredunpied
|
||||
environment:
|
||||
|
@ -24,6 +25,7 @@ services:
|
|||
histoiredunpied-logs:
|
||||
container_name: histoiredunpied-logs
|
||||
image: registry.lamelio.fr/goaccess
|
||||
restart: always
|
||||
depends_on:
|
||||
- histoiredunpied-autopush
|
||||
volumes:
|
||||
|
@ -35,6 +37,7 @@ services:
|
|||
histoiredunpied:
|
||||
container_name: ${NAME}
|
||||
image: registry.lamelio.fr/histoiredunpied
|
||||
restart: always
|
||||
environment:
|
||||
- TZ=${TIMEZONE}
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue