new config
All checks were successful
update neo with compose files / deploy the config on the server (push) Successful in 11s
update neo with compose files / notify after actions (push) Successful in 2s

This commit is contained in:
Didier Slof 2023-05-01 21:40:04 +02:00
parent 0e04c588e6
commit 7785fc4eca
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit a058c6bad3b152d7ce6bd708a8ea5d54586ae101
Subproject commit da77ad445127d42373f929f6cbd90407f85f088c

View file

@ -10,8 +10,6 @@ services:
- VIRTUAL_HOST=dendrite.neo.ixvd.net
- LETSENCRYPT_HOST=dendrite.neo.ixvd.net
- VIRTUAL_PORT=8008
ports:
- 8448:8448
volumes:
- /srv/dendrite/config:/etc/dendrite
- /srv/dendrite/data:/var/dendrite/media

View file

@ -2,7 +2,9 @@ version: '2.2'
services:
faulty-web:
build: custom/faulty-web
build:
context: custom/faulty-web
dockerfile: neo.Dockerfile
restart: always
environment:
- VIRTUAL_HOST=faulty.nl