the beginning of the bunkerized journey

This commit is contained in:
2022-01-28 08:36:23 -06:00
parent f3b0cc4a44
commit feb1952756
3 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: '3'
services:
mybunkerized:
image: bunkerity/bunkerized-nginx
ports:
- 80:8080
- 443:8443
volumes:
- /docker/storage/infra/bunkerized/bunkerized-hello/www:/www:ro
- /docker/storage/infra/bunkerized/bunkerized-hello/certs:/etc/letsencrypt
environment:
- SERVER_NAME=hello.sol-calc.com
- AUTO_LETS_ENCRYPT=yes