fix camp environment
This commit is contained in:
parent
b7499b352a
commit
726ea40b02
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ services:
|
||||||
image: git.interhacker.space/interhack/camp-api:latest
|
image: git.interhacker.space/interhack/camp-api:latest
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
environment:
|
||||||
|
- SECRET_KEY_BASE=${SECRET_KEY_BASE}
|
||||||
|
- GRIST_API_KEY=${GRIST_API_KEY}
|
||||||
|
- PHX_HOST=api.camp.interhacker.space
|
||||||
labels:
|
labels:
|
||||||
caddy_0: api.camp.interhacker.space
|
caddy_0: api.camp.interhacker.space
|
||||||
caddy_0.reverse_proxy: "{{upstreams 4000}}"
|
caddy_0.reverse_proxy: "{{upstreams 4000}}"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue