mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 16:54: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.
|
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
|
## Build with
|
||||||
|
|
||||||
- [Wordpress](https://wordpress.org/)
|
- [Wordpress](https://wordpress.org/)
|
||||||
|
@ -7,6 +7,8 @@ services:
|
|||||||
container_name: openssh
|
container_name: openssh
|
||||||
profiles:
|
profiles:
|
||||||
- openssh
|
- openssh
|
||||||
|
depends_on:
|
||||||
|
- caddy
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
env_file:
|
env_file:
|
||||||
- env/openssh.env
|
- env/openssh.env
|
||||||
|
@ -7,6 +7,8 @@ services:
|
|||||||
container_name: syncthing
|
container_name: syncthing
|
||||||
profiles:
|
profiles:
|
||||||
- syncthing
|
- syncthing
|
||||||
|
depends_on:
|
||||||
|
- caddy
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
env_file:
|
env_file:
|
||||||
- env/syncthing.env
|
- env/syncthing.env
|
||||||
|
@ -10,6 +10,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- uptimekuma_data:/app/data
|
- uptimekuma_data:/app/data
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
|
depends_on:
|
||||||
|
- caddy
|
||||||
networks:
|
networks:
|
||||||
- infra-network
|
- infra-network
|
||||||
security_opt:
|
security_opt:
|
||||||
|
@ -7,6 +7,8 @@ services:
|
|||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
profiles:
|
profiles:
|
||||||
- watchtower
|
- watchtower
|
||||||
|
depends_on:
|
||||||
|
- caddy
|
||||||
restart: on-failure:5
|
restart: on-failure:5
|
||||||
networks:
|
networks:
|
||||||
- infra-network
|
- infra-network
|
||||||
|
Loading…
Reference in New Issue
Block a user