Workaround for permission issues

This commit is contained in:
Aaron Dewes 2021-10-20 19:37:46 +01:00
parent d9f7cde409
commit 6ae302b62f
6 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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