mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 00:34:26 +01:00
Fix dep caddy
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
2da0baa838
commit
72973384fb
@ -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/)
|
||||
|
@ -7,6 +7,8 @@ services:
|
||||
container_name: openssh
|
||||
profiles:
|
||||
- openssh
|
||||
depends_on:
|
||||
- caddy
|
||||
restart: on-failure:5
|
||||
env_file:
|
||||
- env/openssh.env
|
||||
|
@ -7,6 +7,8 @@ services:
|
||||
container_name: syncthing
|
||||
profiles:
|
||||
- syncthing
|
||||
depends_on:
|
||||
- caddy
|
||||
restart: on-failure:5
|
||||
env_file:
|
||||
- env/syncthing.env
|
||||
|
@ -10,6 +10,8 @@ services:
|
||||
volumes:
|
||||
- uptimekuma_data:/app/data
|
||||
restart: on-failure:5
|
||||
depends_on:
|
||||
- caddy
|
||||
networks:
|
||||
- infra-network
|
||||
security_opt:
|
||||
|
@ -7,6 +7,8 @@ services:
|
||||
container_name: watchtower
|
||||
profiles:
|
||||
- watchtower
|
||||
depends_on:
|
||||
- caddy
|
||||
restart: on-failure:5
|
||||
networks:
|
||||
- infra-network
|
||||
|
Loading…
Reference in New Issue
Block a user