[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
7636f1c04a
commit
6cacd2541c
1 changed files with 13 additions and 1 deletions
14
compose.yaml
14
compose.yaml
|
|
@ -4,7 +4,19 @@ networks:
|
|||
name: proxy_network
|
||||
|
||||
services:
|
||||
|
||||
caddy:
|
||||
image: caddy
|
||||
container_name: caddy
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy_network
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
expose:
|
||||
- 8888
|
||||
volumes:
|
||||
- /app-config/caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||
|
||||
vaultwarden:
|
||||
image: vaultwarden/server:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue