From 6ae302b62f4965e5ac930a3d71ac12ee31c5e69a Mon Sep 17 00:00:00 2001 From: Aaron Dewes Date: Wed, 20 Oct 2021 19:37:46 +0100 Subject: [PATCH] Workaround for permission issues --- apps/bluewallet/app.yml | 4 ++-- apps/lnmarkets/app.yml | 2 +- apps/mempool/app.yml | 6 +++--- apps/squeaknode/app.yml | 2 +- apps/thunderhub/app.yml | 2 +- apps/vaultwarden/app.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/bluewallet/app.yml b/apps/bluewallet/app.yml index 51beb34..5b5bb6a 100644 --- a/apps/bluewallet/app.yml +++ b/apps/bluewallet/app.yml @@ -35,7 +35,7 @@ containers: command: redis-server --requirepass moneyprintergobrrr data: - data/redis:/data - user: 1000:1000 + #user: 1000:1000 init: true - name: main @@ -66,5 +66,5 @@ containers: } } # Some stuff for the container to run securely & stop properly - user: 1000:1000 + #user: 1000:1000 init: true diff --git a/apps/lnmarkets/app.yml b/apps/lnmarkets/app.yml index e52f2e9..39245ea 100644 --- a/apps/lnmarkets/app.yml +++ b/apps/lnmarkets/app.yml @@ -41,7 +41,7 @@ metadata: containers: - name: lnmarkets image: ghcr.io/lnmarkets/umbrel:v1.0.0@sha256:e7bfe4ae840bfddc0af398a9bc700044778d1090a7a56389265116d23dc13cab - user: 1000:1000 + #user: 1000:1000 init: true stop_grace_period: 1m environment: diff --git a/apps/mempool/app.yml b/apps/mempool/app.yml index 0ce298a..27e04db 100644 --- a/apps/mempool/app.yml +++ b/apps/mempool/app.yml @@ -55,7 +55,7 @@ metadata: containers: - name: main image: mempool/frontend:v2.3.0-dev1@sha256:2ae9338415bc55e9691f0971dd28bbad270da0a6200a3251faf3b91c2c8add62 - user: 1000:1000 + #user: 1000:1000 init: true command: ./wait-for mariadb:3306 --timeout=720 -- nginx -g 'daemon off;' environment: @@ -64,7 +64,7 @@ containers: - name: api image: mempool/backend:v2.3.0-dev1@sha256:a4a282e673736f37c358d32b241b131b4f4456faaea76572d83fa61956a02f9a - user: 1000:1000 + #user: 1000:1000 init: true command: ./wait-for-it.sh mariadb:3306 --timeout=720 --strict -- ./start.sh environment: @@ -91,7 +91,7 @@ containers: - name: mariadb image: mariadb:10.6.4@sha256:4bbee12b1adf299211f844ebbe89563675c46965470dcfa40f5278d63c56d030 - user: 1000:1000 + #user: 1000:1000 environment: MYSQL_DATABASE: mempool MYSQL_USER: mempool diff --git a/apps/squeaknode/app.yml b/apps/squeaknode/app.yml index 4490316..1e81643 100644 --- a/apps/squeaknode/app.yml +++ b/apps/squeaknode/app.yml @@ -37,7 +37,7 @@ containers: port: 12994 ports: - 8994:8994 - user: 1000:1000 + #user: 1000:1000 environment: SQUEAKNODE_BITCOIN_RPC_HOST: $BITCOIN_IP SQUEAKNODE_BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT diff --git a/apps/thunderhub/app.yml b/apps/thunderhub/app.yml index 084b3c3..18bc715 100644 --- a/apps/thunderhub/app.yml +++ b/apps/thunderhub/app.yml @@ -34,7 +34,7 @@ metadata: defaultPassword: moneyprintergobrrr containers: - image: apotdevin/thunderhub:v0.12.30@sha256:631c911609da44685687ac11ace4391e1cdfa52caa70582ea41d1b468cdec8e1 - user: 1000:1000 + #user: 1000:1000 environment: NO_VERSION_CHECK: 'true' LOG_LEVEL: debug diff --git a/apps/vaultwarden/app.yml b/apps/vaultwarden/app.yml index 31edefc..d37be53 100644 --- a/apps/vaultwarden/app.yml +++ b/apps/vaultwarden/app.yml @@ -50,7 +50,7 @@ metadata: torOnly: true containers: - image: vaultwarden/server:1.22.2@sha256:fe2a236b792fb2304ef50f86f1c25076ac5b2748e1b776fce260ad12ad29188d - user: 1000:1000 + #user: 1000:1000 environment: ROCKET_PORT: ${APP_VAULTWARDEN_PORT} name: server