mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-22 04:46:46 +00:00
Remove volumes from manual docker page
This commit is contained in:
@@ -144,8 +144,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
- pangolin-data:/var/certificates
|
|
||||||
- pangolin-data:/var/dynamic
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"]
|
test: ["CMD", "curl", "-f", "http://localhost:3001/api/v1/"]
|
||||||
interval: "3s"
|
interval: "3s"
|
||||||
@@ -187,17 +185,12 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./config/traefik:/etc/traefik:ro # Volume to store the Traefik configuration
|
- ./config/traefik:/etc/traefik:ro # Volume to store the Traefik configuration
|
||||||
- ./config/letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
|
- ./config/letsencrypt:/letsencrypt # Volume to store the Let's Encrypt certificates
|
||||||
# Shared volume for certificates and dynamic config in file mode
|
- ./config/traefik/logs:/var/log/traefik # Volume to store Traefik logs
|
||||||
- pangolin-data:/var/certificates:ro
|
|
||||||
- pangolin-data:/var/dynamic:ro
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
name: pangolin
|
name: pangolin
|
||||||
|
|
||||||
volumes:
|
|
||||||
pangolin-data:
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Traefik Static Configuration
|
## Traefik Static Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user