mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -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
|
||||
networks:
|
||||
- dawarich
|
||||
ports:
|
||||
- 6379:6379
|
||||
volumes:
|
||||
- dawarich_redis_data:/data
|
||||
restart: always
|
||||
|
|
@ -24,6 +26,8 @@ services:
|
|||
- dawarich_db_data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- dawarich
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
|
|
|
|||
Loading…
Reference in a new issue