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