mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
18 lines
337 B
YAML
18 lines
337 B
YAML
variables:
|
|
main_domain: ${domain}
|
|
postgres_password: ${password}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: coder
|
|
port: 7080
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
- CODER_ACCESS_URL=
|
|
- CODER_HTTP_ADDRESS=0.0.0.0:7080
|
|
- POSTGRES_DB=coder
|
|
- POSTGRES_USER=coder
|
|
- POSTGRES_PASSWORD=${postgres_password}
|
|
|
|
mounts: [] |