Skip to content

Commit d490ce2

Browse files
committed
chore: commented out the GID UID temporarily
1 parent 073b043 commit d490ce2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

chains/cardano/docker-compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
cardano-node:
33
image: ghcr.io/blinklabs-io/cardano-node:10.1.4-3
44
container_name: cardano-node
5-
user: "${UID:-1000}:${GID:-1000}"
5+
# user: "${UID:-1000}:${GID:-1000}"
66
volumes:
77
- ./devnet:/devnet
88
environment:
@@ -39,7 +39,7 @@ services:
3939

4040
cardano-node-ogmios:
4141
image: cardanosolutions/ogmios:v6.10.0
42-
user: "${UID:-1000}:${GID:-1000}"
42+
# user: "${UID:-1000}:${GID:-1000}"
4343
logging:
4444
driver: "json-file"
4545
options:
@@ -65,7 +65,7 @@ services:
6565

6666
kupo:
6767
image: cardanosolutions/kupo:v2.9.0
68-
user: "${UID:-1000}:${GID:-1000}"
68+
# user: "${UID:-1000}:${GID:-1000}"
6969
logging:
7070
driver: "json-file"
7171
options:
@@ -98,7 +98,7 @@ services:
9898

9999
postgres:
100100
image: postgres:14.10-alpine
101-
user: "${UID:-1000}:${GID:-1000}"
101+
# user: "${UID:-1000}:${GID:-1000}"
102102
environment:
103103
- POSTGRES_LOGGING=true
104104
- POSTGRES_DB_FILE=/run/secrets/postgres_db
@@ -131,7 +131,7 @@ services:
131131

132132
cardano-db-sync:
133133
image: ghcr.io/blinklabs-io/cardano-db-sync:main
134-
user: "${UID:-1000}:${GID:-1000}"
134+
# user: "${UID:-1000}:${GID:-1000}"
135135
environment:
136136
- POSTGRES_HOST=postgres
137137
- POSTGRES_PORT=5432

chains/mithrils/scripts/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ services:
4646

4747
mithril-aggregator-genesis:
4848
image: ${MITHRIL_AGGREGATOR_IMAGE}
49+
# user: "${UID:-1000}:${GID:-1000}"
4950
profiles:
5051
- mithril-genesis
5152
volumes:

0 commit comments

Comments
 (0)