mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 23:28:32 +01:00
13 lines
346 B
YAML
13 lines
346 B
YAML
services:
|
|
nginx:
|
|
image: nginx:latest
|
|
ports:
|
|
- "5051:5051"
|
|
- "5052:5052"
|
|
- "5053:5053"
|
|
volumes:
|
|
- /opt/nginx-media-cdn/sites-enabled:/etc/nginx/conf.d
|
|
- /opt/nginx-media-cdn/htpasswd:/etc/nginx/htpasswd_1
|
|
- /data/nginx-media-cdn/cdn:/var/www/cdn
|
|
- /data/nginx-media-cdn/media:/var/www/media
|