factorio/docker-compose.yml
Guillaume "B.B." Van Hemmen 2fe9f95a0c #0000 - Update Factorio image version to 2.0.14
This commit changes the Factorio image from 'stable' to version '2.0.14' in the docker-compose.yml file. This ensures that the application uses a specific, known version for consistency and reproducibility.
2024-11-02 22:10:52 +01:00

23 lines
394 B
YAML

volumes:
app:
services:
app:
image: factoriotools/factorio:2.0.14
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