website
This commit is contained in:
parent
761d106d08
commit
7c0f1bb4a9
22
srv/website/docker-compose.yml
Normal file
22
srv/website/docker-compose.yml
Normal 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: {}
|
6
srv/website/website.env
Normal file
6
srv/website/website.env
Normal 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
|
1
srv/website/www/index.html
Normal file
1
srv/website/www/index.html
Normal file
|
@ -0,0 +1 @@
|
|||
<html><body>work in progress..</body></html>
|
Loading…
Reference in New Issue
Block a user