Skip to content

Commit 293a4f9

Browse files
committed
data folders moved
1 parent f84f6b1 commit 293a4f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/docker-compose.postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
- POSTGRESQL_PASSWORD=${POSTGRESQL_PASSWORD}
1010
- POSTGRESQL_DATABASE=${POSTGRESQL_DATABASE}
1111
volumes:
12-
- ./data/postgresql:/bitnami/postgresql
12+
- ./services/postgresql/data:/bitnami/postgresql
1313
labels:
1414
- "traefik.enable=true"
1515
- "traefik.tcp.routers.postgresql.rule=HostSNI(`*`)"

services/docker-compose.redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- REDIS_PASSWORD=${REDIS_PASSWORD}
99
- REDIS_DISABLE_COMMANDS=${REDIS_DISABLE_COMMANDS}
1010
volumes:
11-
- ./data/redis:/bitnami/postgresql
11+
- ./services/redis/data:/bitnami/redis/data
1212
labels:
1313
- "traefik.enable=true"
1414
- "traefik.tcp.routers.redis.rule=HostSNI(`*`)"

0 commit comments

Comments
 (0)