Skip to content

Commit

Permalink
🏗️ Persist caddy data
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-brabant committed Oct 14, 2023
1 parent 31b0f60 commit 5f85deb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
context: cloud-proxy
volumes:
- ./cloud-proxy/Caddyfile:/etc/caddy/Caddyfile
- ./cloud-proxy/data:/data
ports:
- 80:80
- 443:443
Expand All @@ -31,6 +32,7 @@ services:
image: ${CADDY_IMAGE}
volumes:
- ./caddy/config/Caddyfile:/etc/caddy/Caddyfile
- ./caddy/data:/data
depends_on:
- frontend
- server
Expand Down
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
container_name: gateway-dev
volumes:
- ./caddy/config/Caddyfile:/etc/caddy/Caddyfile
- ./caddy/data:/data
depends_on:
- frontend
- server
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
image: ${CADDY_IMAGE}
volumes:
- ./caddy/config/Caddyfile:/etc/caddy/Caddyfile
- ./caddy/data:/data
ports:
- ${PORT}:80
depends_on:
Expand Down

0 comments on commit 5f85deb

Please sign in to comment.