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

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