container names
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
rest-server:
|
rest-server:
|
||||||
image: restic/rest-server
|
image: restic/rest-server
|
||||||
|
container_name: restic
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/restic:/data
|
- /mnt/restic:/data
|
||||||
@@ -9,6 +10,7 @@ services:
|
|||||||
|
|
||||||
caddy:
|
caddy:
|
||||||
image: caddy:alpine
|
image: caddy:alpine
|
||||||
|
container_name: caddy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
@@ -18,4 +20,4 @@ services:
|
|||||||
- ./certs/soteria.key:/certs/soteria.key:ro
|
- ./certs/soteria.key:/certs/soteria.key:ro
|
||||||
- ${HOME}/.step/certs/root_ca.crt:/certs/root_ca.crt:ro
|
- ${HOME}/.step/certs/root_ca.crt:/certs/root_ca.crt:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- rest-server
|
- rest-server
|
||||||
Reference in New Issue
Block a user