factorio/docker-compose.yml
Guillaume "B.B." Van Hemmen d5de57a1da
#0000 - Use stable tag for Factorio image in docker-compose
Switched the Factorio image from a specific version to the stable tag. This ensures the deployment always uses the latest stable version without manual updates.
2025-02-16 10:38:04 +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