aboutsummaryrefslogtreecommitdiff
path: root/compose.yml
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2025-05-04 12:02:25 -0400
committerAndrew Lee <andrew@alee14.me>2025-05-04 12:02:25 -0400
commite22cd74103368547cf04e4e80f0f8e2e7f8946c6 (patch)
treecd1b6c9e89b147bdbf001a32faf15d83f0b68226 /compose.yml
parent1018891f22b2a59305e656f983f407f9e3a6cb0f (diff)
downloadfreeso-docker-e22cd74103368547cf04e4e80f0f8e2e7f8946c6.tar.gz
freeso-docker-e22cd74103368547cf04e4e80f0f8e2e7f8946c6.tar.bz2
freeso-docker-e22cd74103368547cf04e4e80f0f8e2e7f8946c6.zip
Added more ports; Persistent vars
Diffstat (limited to 'compose.yml')
-rw-r--r--compose.yml17
1 files changed, 13 insertions, 4 deletions
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: