auto backup 2026-05-25_14:50:01

This commit is contained in:
tan-docker
2026-05-25 14:50:01 +02:00
parent 601f52a174
commit bcf4340241
2 changed files with 92 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
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
minecraft-server:
image: docker.io/itzg/minecraft-server:latest
container_name: mcserver
ports:
- "25565:25565"
volumes:
- /home/docker/minecraft:/data
environment:
- EULA=true
- TYPE=SPIGOT
- VERSION=1.21
restart: always
networks:
tan-network:
ipv4_address: 10.10.0.111
networks:
tan-network:
external: true