mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 22:32:10 +01:00
open postgres and redis ports for sharing with local machine
This commit is contained in:
@@ -27,6 +27,8 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- postgres-data-dev:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER:-postgres}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-password}
|
||||
@@ -38,6 +40,8 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- redis-data-dev:/data
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
certbot:
|
||||
image: certbot/certbot
|
||||
|
||||
Reference in New Issue
Block a user