Add change
This commit is contained in:
@@ -13,6 +13,12 @@ x-logging: &logging
|
||||
max-file: "2"
|
||||
|
||||
services:
|
||||
change:
|
||||
container_name: change
|
||||
image: node:alpine
|
||||
build: ./change-game
|
||||
environment:
|
||||
- PORT=9000
|
||||
foundry:
|
||||
<<: *logging
|
||||
image: felddy/foundryvtt:release
|
||||
@@ -74,7 +80,7 @@ services:
|
||||
extra_hosts:
|
||||
- "tower.${DOMAIN}:${LOCAL_IP}"
|
||||
- "office.${DOMAIN}:${LOCAL_IP}"
|
||||
|
||||
|
||||
collabora:
|
||||
<<: *logging
|
||||
image: collabora/code
|
||||
|
||||
Reference in New Issue
Block a user