Skip to content

Instantly share code, notes, and snippets.

@ddk50
Created September 30, 2022 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddk50/e2ea903fe7793777dd6bd0aca2083571 to your computer and use it in GitHub Desktop.
Save ddk50/e2ea903fe7793777dd6bd0aca2083571 to your computer and use it in GitHub Desktop.
version: '3.8'
services:
https-portal:
image: steveltn/https-portal:1
ports:
- '80:80'
- '443:443'
networks:
- web_network
environment:
DOMAINS: 'uprun.upfg.net -> http://uprun_nginx:80, takaha.si -> http://tak_nginx:80, thethirdofmay.jp -> http://tak_nginx:80, comiket.upfg.net -> http://comiket_csv:80'
STAGE: 'production'
CLIENT_MAX_BODY_SIZE: 500M
HSTS_MAX_AGE: 120
volumes:
- https-portal-data:/var/lib/https-portal
restart: always
depends_on:
tak_nginx:
condition: service_started
uprun_nginx:
condition: service_started
volumes:
https-portal-data:
networks:
web_network:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment