init stacks

This commit is contained in:
tan-docker
2026-03-21 14:12:55 +01:00
commit d3e8da2e25
1919 changed files with 200787 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
satisfactory-server:
restart: unless-stopped
image: wolveix/satisfactory-server:latest
ports:
- 7777:7777/tcp
- 7777:7777/udp
- 15000:15000/tcp
- 15000:15000/udp
- 15777:15777/tcp
- 15777:15777/udp
volumes:
- /home/docker/satisfactory/data:/config
environment:
- MAX_PLAYERS=4
- PGID=1000
- PUID=1000
networks:
tan-network:
ipv4_address: 10.10.0.110
networks:
tan-network:
external: true