Fix dep caddy

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2024-05-18 09:04:35 +02:00
parent 2da0baa838
commit 72973384fb
No known key found for this signature in database
GPG Key ID: 15D0B1525584D383
5 changed files with 10 additions and 0 deletions

View File

@ -170,6 +170,8 @@ You can find all services on the [docker-compose.yml](docker-compose.yml) file o
You can disable some services by removing the service name in PROFILES variable in the [Makefile](Makefile) file.
To enable the gitea CI: https://medium.com/@lokanx/how-to-build-docker-containers-using-gitea-runners-600729555e07
## Build with
- [Wordpress](https://wordpress.org/)

View File

@ -7,6 +7,8 @@ services:
container_name: openssh
profiles:
- openssh
depends_on:
- caddy
restart: on-failure:5
env_file:
- env/openssh.env

View File

@ -7,6 +7,8 @@ services:
container_name: syncthing
profiles:
- syncthing
depends_on:
- caddy
restart: on-failure:5
env_file:
- env/syncthing.env

View File

@ -10,6 +10,8 @@ services:
volumes:
- uptimekuma_data:/app/data
restart: on-failure:5
depends_on:
- caddy
networks:
- infra-network
security_opt:

View File

@ -7,6 +7,8 @@ services:
container_name: watchtower
profiles:
- watchtower
depends_on:
- caddy
restart: on-failure:5
networks:
- infra-network