1
0
Fork 0

Update/hardcode images

This commit is contained in:
🎷🐢 Sean-Patrick Ortencio Clayton 2022-04-15 10:51:47 -04:00
parent 9a059bc001
commit 29ece37390
Signed by: sean
SSH Key Fingerprint: SHA256:zkuPrRvkEDiQQv1Y5yScWa6I4zhj+eiv7XnP8pxIxVU
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
name: "{{ stack_prefix_name }}foundry"
recreate: true
restart_policy: unless-stopped
image: felddy/foundryvtt:release-9.255
image: felddy/foundryvtt:release-9.268
hostname: foundry.gopoop.org
init: yes
env:

View File

@ -13,7 +13,7 @@
name: "{{ stack_prefix_name }}netdata"
recreate: true
restart_policy: unless-stopped
image: netdata/netdata
image: netdata/netdata:1.34
hostname: monitor.gopoop.org
capabilities:
- SYS_PTRACE

View File

@ -21,7 +21,7 @@
restart_policy: unless-stopped
image: woodpeckerci/woodpecker-server:v0.15.0-alpine
env:
WOODPECKER_OPEN: "true"
WOODPECKER_ADMIN: "sean"
WOODPECKER_AGENT_SECRET: "{{ secret_woodpecker_agent_secret }}"
WOODPECKER_GITEA: "true"
WOODPECKER_GITEA_URL: "{{ gitea_url }}"
@ -62,7 +62,7 @@
restart_policy: unless-stopped
image: woodpeckerci/woodpecker-server:v0.15.0-alpine
env:
WOODPECKER_OPEN: "true"
WOODPECKER_ADMIN: "sean"
WOODPECKER_AGENT_SECRET: "{{ secret_codeberg_woodpecker_agent_secret }}"
WOODPECKER_GITEA: "true"
WOODPECKER_GITEA_URL: "{{ codeberg_url }}"