factorio/docker-compose.yml
Guillaume "B.B." Van Hemmen 2df8c28199 #0000 - Update Factorio image to stable version
Switching from the latest to the stable version ensures more reliable operation by avoiding potential issues with newly introduced changes. This aligns the deployment with production standards for better stability.
2024-11-02 22:03:32 +01:00

23 lines
394 B
YAML

volumes:
app:
services:
app:
image: factoriotools/factorio:stable
ports:
- target: 34197
published: 34197
protocol: udp
mode: host
- target: 27015
published: 27015
protocol: tcp
mode: host
volumes:
- ./data:/factorio
deploy:
replicas: 1
restart_policy:
condition: any
delay: 5s