mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 03:24:09 +00:00
No need to expose db + redis ports in .devcontainer
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
@@ -47,16 +47,12 @@ services:
|
||||
image: redis:latest
|
||||
volumes:
|
||||
- redis-data:/data
|
||||
ports:
|
||||
- "6379:6379"
|
||||
restart: unless-stopped
|
||||
|
||||
db:
|
||||
image: postgres:latest
|
||||
volumes:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
<<: *db_env
|
||||
|
||||
Reference in New Issue
Block a user