fix: Delete map ports Tryton
This commit is contained in:
@@ -21,8 +21,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- var:/var
|
- var:/var
|
||||||
- attachment:/mnt/attachment
|
- attachment:/mnt/attachment
|
||||||
ports:
|
|
||||||
- "${TRYTON_PORT:-8000}:8000"
|
|
||||||
environment:
|
environment:
|
||||||
- TRYTOND_DATABASE_URI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/
|
- TRYTOND_DATABASE_URI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user