File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
mocha/apps/factorio-lucca Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 3030
3131 deployment:
3232 port: 34197
33- additionalContainers:
34- - name: "mapshot"
35- image: ghcr.io/qjoly/factorio-mapshot-docker:latest
36- env:
37- - name: MAPSHOT_MODE
38- value: "serve"
39- - name: MAPSHOT_FACTORIO_DATA_DIRECTORY
40- value: "/data/factorio"
41- - name: MAPSHOT_FACTORIO_BINARY_PATH
42- value: "/mapshot/factorio/bin/x64/factorio"
43- - name: FACTORIO_USERNAME
44- valueFrom:
45- secretKeyRef:
46- name: factorio-username
47- key: secret
48- - name: FACTORIO_TOKEN
49- valueFrom:
50- secretKeyRef:
51- name: factorio-token
52- key: secret
53- volumeMounts:
54- - name: data
55- mountPath: /factorio
56- readOnly: true
5733 image:
5834 repository: factoriotools/factorio
5935 tag: latest
You can’t perform that action at this time.
0 commit comments