mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-01-08 16:34:25 +01:00
Improve restart en failure
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
f11ca40a94
commit
b101480a01
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: adminer
|
container_name: adminer
|
||||||
profiles:
|
profiles:
|
||||||
- adminer
|
- adminer
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
env_file:
|
env_file:
|
||||||
- env/adminer.env
|
- env/adminer.env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: backup
|
container_name: backup
|
||||||
profiles:
|
profiles:
|
||||||
- backup
|
- backup
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
env_file:
|
env_file:
|
||||||
- env/backup.env
|
- env/backup.env
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: caddy
|
container_name: caddy
|
||||||
profiles:
|
profiles:
|
||||||
- caddy
|
- caddy
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: gitea
|
container_name: gitea
|
||||||
profiles:
|
profiles:
|
||||||
- gitea
|
- gitea
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
depends_on:
|
depends_on:
|
||||||
- caddy
|
- caddy
|
||||||
env_file:
|
env_file:
|
||||||
@ -31,7 +31,7 @@ services:
|
|||||||
- gitea
|
- gitea
|
||||||
depends_on:
|
depends_on:
|
||||||
- gitea
|
- gitea
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
volumes:
|
volumes:
|
||||||
- gitea_db:/var/lib/mysql:rw
|
- gitea_db:/var/lib/mysql:rw
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
profiles:
|
profiles:
|
||||||
- jellyfin
|
- jellyfin
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
depends_on:
|
depends_on:
|
||||||
- caddy
|
- caddy
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: openssh
|
container_name: openssh
|
||||||
profiles:
|
profiles:
|
||||||
- openssh
|
- openssh
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
env_file:
|
env_file:
|
||||||
- env/openssh.env
|
- env/openssh.env
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
profiles:
|
profiles:
|
||||||
- qbittorrent
|
- qbittorrent
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
depends_on:
|
depends_on:
|
||||||
- caddy
|
- caddy
|
||||||
env_file:
|
env_file:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
profiles:
|
profiles:
|
||||||
- syncthing
|
- syncthing
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
env_file:
|
env_file:
|
||||||
- env/syncthing.env
|
- env/syncthing.env
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -9,7 +9,7 @@ services:
|
|||||||
- uptime-kuma
|
- uptime-kuma
|
||||||
volumes:
|
volumes:
|
||||||
- uptimekuma_data:/app/data
|
- uptimekuma_data:/app/data
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
networks:
|
networks:
|
||||||
- infra-network
|
- infra-network
|
||||||
security_opt:
|
security_opt:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
profiles:
|
profiles:
|
||||||
- watchtower
|
- watchtower
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
networks:
|
networks:
|
||||||
- infra-network
|
- infra-network
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: wordpress
|
container_name: wordpress
|
||||||
profiles:
|
profiles:
|
||||||
- wordpress
|
- wordpress
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
depends_on:
|
depends_on:
|
||||||
- wordpress_db
|
- wordpress_db
|
||||||
- caddy
|
- caddy
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
- wordpress
|
- wordpress
|
||||||
depends_on:
|
depends_on:
|
||||||
- caddy
|
- caddy
|
||||||
restart: on-failure
|
restart: on-failure:5
|
||||||
volumes:
|
volumes:
|
||||||
- wordpress_db:/var/lib/mysql:rw
|
- wordpress_db:/var/lib/mysql:rw
|
||||||
env_file:
|
env_file:
|
||||||
|
Loading…
Reference in New Issue
Block a user