Browse Source

Fix prod

imwald
Nuša Pukšič 3 months ago
parent
commit
20c00e7e6c
  1. 2
      compose.prod.yaml

2
compose.prod.yaml

@ -22,7 +22,7 @@ services:
# DATABASE_URL: ${DATABASE_URL} # DATABASE_URL: ${DATABASE_URL}
ports: ports:
- target: 80 - target: 80
published: 80 published: 8080
protocol: tcp protocol: tcp
# Uncomment if you terminate TLS here (otherwise put TLS on your edge proxy) # Uncomment if you terminate TLS here (otherwise put TLS on your edge proxy)
# - target: 443 # - target: 443

Loading…
Cancel
Save