2024-10-22 19:15:18 +02:00
|
|
|
volumes:
|
|
|
|
app:
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
|
|
|
app:
|
|
|
|
image: factoriotools/factorio:latest
|
|
|
|
ports:
|
|
|
|
- target: 34197
|
|
|
|
published: 34197
|
|
|
|
protocol: udp
|
|
|
|
mode: host
|
|
|
|
- target: 27015
|
|
|
|
published: 27015
|
|
|
|
protocol: tcp
|
|
|
|
mode: host
|
|
|
|
volumes:
|
2024-10-22 19:20:47 +02:00
|
|
|
- ./data:/factorio
|
2024-10-22 19:15:18 +02:00
|
|
|
deploy:
|
|
|
|
replicas: 1
|
|
|
|
restart_policy:
|
|
|
|
condition: any
|
|
|
|
delay: 5s
|