Files
Docker-Setups/perfect-alibi.yaml
2025-04-26 09:34:22 +02:00

17 lines
278 B
YAML

version: '1'
networks:
frontend:
external: true
services:
website:
image: nginx-alibi:latest
restart: unless-stopped
volumes:
- '/hdd/alibi-website:/website'
- '/hdd/update-alibi-website:/docker-entrypoint.d:ro'
networks:
- frontend