1
0
Fork 0
home-ansible/roles/nginx-proxy-manager/files/docker-compose.yml

16 lines
423 B
YAML
Raw Normal View History

2022-12-23 00:08:11 -05:00
version: "3"
services:
app:
2023-05-16 18:41:58 -04:00
image: jc21/nginx-proxy-manager:2.9.22
2022-12-23 00:08:11 -05:00
restart: unless-stopped
ports:
- 80:80 # Public HTTP Port
- 443:443 # Public HTTPS Port
- 81:81 # Admin Web Port
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
- ./default.conf:/etc/nginx/conf.d/default.conf
2023-05-13 20:52:29 -04:00
environment:
- AWS_CONFIG_FILE=/etc/letsencrypt/credentials/credentials-6