Update and disable factorio server
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
0510bf6e90
commit
9bd2f16dbb
@ -54,7 +54,8 @@
|
|||||||
dest: /etc/pbri/docker/{{ item.name }}/.env
|
dest: /etc/pbri/docker/{{ item.name }}/.env
|
||||||
# Files should inaccessible to non-root users.
|
# Files should inaccessible to non-root users.
|
||||||
mode: u=rw,g=,o=
|
mode: u=rw,g=,o=
|
||||||
# This is true by default but I put it here anyways to emphasize what's happening
|
# This is true by default but I put it here anyways
|
||||||
|
# to emphasize what's happening
|
||||||
decrypt: true
|
decrypt: true
|
||||||
# Not quite happy with all the seperate loops yet.
|
# Not quite happy with all the seperate loops yet.
|
||||||
loop:
|
loop:
|
||||||
@ -63,7 +64,7 @@
|
|||||||
- name: drone
|
- name: drone
|
||||||
state: present
|
state: present
|
||||||
- name: factorio
|
- name: factorio
|
||||||
state: absent
|
state: present
|
||||||
- name: gitea
|
- name: gitea
|
||||||
state: present
|
state: present
|
||||||
- name: Create directory for docker volumes
|
- name: Create directory for docker volumes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM factoriotools/factorio:1.1.68
|
FROM factoriotools/factorio:1.1.80
|
||||||
|
|
||||||
COPY server-settings.json /server-settings.json
|
COPY server-settings.json /server-settings.json
|
||||||
ENTRYPOINT [ "/bin/sh", "-c", "mkdir -p /factorio/config && envsubst < /server-settings.json > /factorio/config/server-settings.json && exec /docker-entrypoint.sh" ]
|
ENTRYPOINT [ "/bin/sh", "-c", "mkdir -p /factorio/config && envsubst < /server-settings.json > /factorio/config/server-settings.json && exec /docker-entrypoint.sh" ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user