Create perfect-alibi.yaml
This commit is contained in:
16
perfect-alibi.yaml
Normal file
16
perfect-alibi.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user