fix: remove obsolete port mappings
This commit is contained in:
@@ -17,8 +17,6 @@ services:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD_FILE: /run/secrets/POSTGRES_PASSWORD
|
||||
POSTGRES_DB: simplelogin
|
||||
ports:
|
||||
- "127.0.0.1:5432:5432"
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
networks:
|
||||
@@ -92,8 +90,6 @@ services:
|
||||
networks:
|
||||
- default
|
||||
restart: always
|
||||
ports:
|
||||
- "127.0.0.1:20381:20381"
|
||||
depends_on:
|
||||
- app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user