| 123456789101112131415161718192021 |
- version: '3.3'
- services:
- angie:
- image: docker.angie.software/angie:minimal
- container_name: angie
- restart: unless-stopped
- ports:
- - "80:80"
- - "443:443"
- - "5222:5222"
- - "5269:5269"
- - "5443:5443"
- - "25566:25566"
- volumes:
- - ./angie.conf:/etc/angie/angie.conf:ro
- - ./http.d:/etc/angie/http.d:ro
- - ./stream.d:/etc/angie/stream.d:ro
- - ../acme:/var/lib/angie/acme
- - ../auth.basic:/etc/angie/auth.basic:ro
- - /var/www/html:/var/www/html
|