Not expose mercure ports outside kubernetes
parent
1dea1b56cf
commit
9229ae4a0a
|
@ -52,8 +52,8 @@ services:
|
||||||
cors_origins *
|
cors_origins *
|
||||||
# Comment the following line to disable the development mode
|
# Comment the following line to disable the development mode
|
||||||
command: /usr/bin/caddy run --config /etc/caddy/dev.Caddyfile
|
command: /usr/bin/caddy run --config /etc/caddy/dev.Caddyfile
|
||||||
ports:
|
# ports:
|
||||||
- "3000:3000"
|
# - "3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- mercure_data:/data
|
- mercure_data:/data
|
||||||
- mercure_config:/config
|
- mercure_config:/config
|
||||||
|
|
Loading…
Reference in New Issue