parent
2f9ef0ff12
commit
9147b859d3
@ -45,7 +45,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${DOCKER_DEV_DB_EXTERNAL_PORT:-5432}:5432
|
- ${DOCKER_DEV_DB_EXTERNAL_PORT:-5432}:5432
|
||||||
volumes:
|
volumes:
|
||||||
- toby-pgsql-data:/var/lib/pgsql
|
- toby-pgsql-data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- toby-dev
|
- toby-dev
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -70,7 +70,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${FORWARD_REDIS_PORT:-6379}:6379
|
- ${FORWARD_REDIS_PORT:-6379}:6379
|
||||||
volumes:
|
volumes:
|
||||||
- toby-redis-data:/var/lib/redis
|
- toby-redis-data:/data
|
||||||
networks:
|
networks:
|
||||||
- toby-dev
|
- toby-dev
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user