get ports of app in env

This commit is contained in:
kiriharu 2021-01-07 10:59:54 +03:00 committed by GitHub
parent b0e7f71d0f
commit 173f9fd630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,4 @@ services:
env_file: env_file:
- api.env - api.env
ports: ports:
- "0.0.0.0:8080:8080" - ${APP_PORT}:${APP_PORT}