Add change

This commit is contained in:
2024-12-30 12:15:35 +00:00
parent 691a2af5ec
commit acd0605068
5 changed files with 29 additions and 11 deletions

View File

@@ -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