initial commit

This commit is contained in:
2026-07-13 10:21:07 -03:00
commit e176a45d4b
4 changed files with 84 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
services:
acevo:
image: gitea.theminisip.ca/the_minisip/ac-evo-servermanager:latest
container_name: acevo
restart: unless-stopped
env_file:
- .env
environment:
ACEVO_GSLT: ${ACEVO_GSLT}
volumes:
- acevo_steam:/home/steam/.local/share/Steam
- acevo_server:/home/steam/acevo-server
- /mnt/POOL/apps/ac-evo-servermanager/license.json:/app/license.json
ports:
- "9700:9700/tcp"
- "9700:9700/udp"
- "8080:8080/tcp"
volumes:
acevo_steam:
acevo_server: