From a4497b8842e5b6763c927edbb229f8b26f3a2629 Mon Sep 17 00:00:00 2001 From: David Daily Date: Fri, 31 May 2024 22:08:07 -0500 Subject: [PATCH] =?UTF-8?q?formatting=20=F0=9F=98=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 059e21c..3912111 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -5,29 +5,30 @@ services: restart: unless-stopped networks: - 5etools - + foundry: - container_name: foundryVTT - image: felddy/foundryvtt:release - volumes: - - type: bind - source: /home/david/mad-mage/foundry_data + container_name: foundryVTT + image: felddy/foundryvtt:release + volumes: + - type: bind + source: /home/david/mad-mage/foundry_data target: /data - environment: - - CONTAINER_PRESERVE_CONFIG = true - secrets: - - config_json:config.json - networks: - - foundry + environment: + - CONTAINER_PRESERVE_CONFIG = true + secrets: + - source: config_json + target: config.json + networks: + - foundry secrets: - config_json: - file: secrets.json + config_json: + file: ./secrets.json networks: 5etools: name: nginx external: true foundry: - name: nginx - external: true + name: nginx + external: true