1
Fork 0
poke/docker-compose.yml

18 lines
394 B
YAML
Raw Normal View History

2022-12-19 12:05:16 -05:00
services:
proxy:
build:
context: .
dockerfile: p/Dockerfile
target: release-aio
# cache_to:
# cache_from:
2022-12-19 12:05:16 -05:00
restart: unless-stopped
ports:
- 80:80
- 443:443
# - 3000:3000
environment:
- HOSTNAME=example.com
- EMAIL=user@email.com # required for https
- STAGING=true # Set to "true" to use staging