new config
This commit is contained in:
parent
0e04c588e6
commit
7785fc4eca
3 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit a058c6bad3b152d7ce6bd708a8ea5d54586ae101
|
Subproject commit da77ad445127d42373f929f6cbd90407f85f088c
|
|
@ -10,8 +10,6 @@ services:
|
||||||
- VIRTUAL_HOST=dendrite.neo.ixvd.net
|
- VIRTUAL_HOST=dendrite.neo.ixvd.net
|
||||||
- LETSENCRYPT_HOST=dendrite.neo.ixvd.net
|
- LETSENCRYPT_HOST=dendrite.neo.ixvd.net
|
||||||
- VIRTUAL_PORT=8008
|
- VIRTUAL_PORT=8008
|
||||||
ports:
|
|
||||||
- 8448:8448
|
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/dendrite/config:/etc/dendrite
|
- /srv/dendrite/config:/etc/dendrite
|
||||||
- /srv/dendrite/data:/var/dendrite/media
|
- /srv/dendrite/data:/var/dendrite/media
|
||||||
|
|
|
@ -2,7 +2,9 @@ version: '2.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
faulty-web:
|
faulty-web:
|
||||||
build: custom/faulty-web
|
build:
|
||||||
|
context: custom/faulty-web
|
||||||
|
dockerfile: neo.Dockerfile
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=faulty.nl
|
- VIRTUAL_HOST=faulty.nl
|
||||||
|
|
Reference in a new issue