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