From e22cd74103368547cf04e4e80f0f8e2e7f8946c6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 4 May 2025 12:02:25 -0400 Subject: Added more ports; Persistent vars --- compose.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'compose.yml') diff --git a/compose.yml b/compose.yml index e650915..285c66c 100644 --- a/compose.yml +++ b/compose.yml @@ -20,20 +20,29 @@ services: - ./config.json:/app/config.json - ./game:/app/game - ./nfs:/app/nfs + - ./vars:/app/vars restart: unless-stopped depends_on: - db ports: - 35:35 - 34:34 + - 35101:35101 + - 33101:33101 + - 34101:34101 - 9000:9000 networks: - freeso - #bnbso-auth: - # image: bnbso-auth - # ports: - # - "127.0.0.1:3060:3000" + auth: + image: freeso-auth + volumes: + - ./auth/.env:/app/.env + - ./auth/database.db:/app/database.db + ports: + - "127.0.0.1:3000:3000" + networks: + - freeso volumes: db: -- cgit v1.2.3