certbot/docker-compose.yml

15 lines
267 B
YAML
Raw Normal View History

production:
build: .
ports:
- "443:443"
2016-04-14 13:20:23 -04:00
# For development, mount git root to /opt/certbot/src in order to
# make the dev workflow more vagrant-like.
development:
build: .
ports:
- "443:443"
volumes:
2016-04-14 13:20:23 -04:00
- .:/opt/certbot/src
- /opt/certbot/venv