mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
also define ports for production compose
This commit is contained in:
parent
cdca29c91f
commit
303be4776d
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ services:
|
||||||
command: redis-server
|
command: redis-server
|
||||||
networks:
|
networks:
|
||||||
- dawarich
|
- dawarich
|
||||||
|
ports:
|
||||||
|
- 6379:6379
|
||||||
volumes:
|
volumes:
|
||||||
- dawarich_redis_data:/data
|
- dawarich_redis_data:/data
|
||||||
restart: always
|
restart: always
|
||||||
|
|
@ -24,6 +26,8 @@ services:
|
||||||
- dawarich_db_data:/var/lib/postgresql/data
|
- dawarich_db_data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- dawarich
|
- dawarich
|
||||||
|
ports:
|
||||||
|
- 5432:5432
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: password
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue