master
dan 2020-12-10 22:41:13 +01:00
parent 761d106d08
commit 7c0f1bb4a9
3 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,22 @@
version: '3'
services:
website:
image: nginx
container_name: ngino-proxy
networks:
- azuracast_frontend
restart: unless-stopped
env_file: /srv/website/website.env
volumes:
- /srv/website/www:/usr/share/nginx/html
networks:
azuracast_frontend:
external: true
# volumes:
# data: {}

View File

@ -0,0 +1,6 @@
VIRTUAL_HOST=accroc.radio,www.accroc.radio
LETSENCRYPT_HOST=accroc.radio,www.accroc.radio
LETSENCRYPT_EMAIL=
VIRTUAL_PORT=80
FILES_DIR=/srv/website/www

View File

@ -0,0 +1 @@
<html><body>work in progress..</body></html>