whoops, fix
All checks were successful
update neo with compose files / deploy the config on the server (push) Successful in 6s
update neo with compose files / notify after actions (push) Successful in 1s

This commit is contained in:
Didier Slof 2023-05-01 21:42:16 +02:00
parent 7785fc4eca
commit f45fb0171a
Signed by: didier
GPG key ID: 01E71F18AA4398E5
3 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit da77ad445127d42373f929f6cbd90407f85f088c
Subproject commit c46ed32101026e5967223031f3ca5be935c2fd78

@ -1 +1 @@
Subproject commit 3327d548604f68c13424e648c377877dc538fc92
Subproject commit c9b8cc800a05c8a3ef817c9c3d431ab4b7b7877d

View file

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