mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
corrected docker ports
This commit is contained in:
parent
0bf7ebe458
commit
aa20dd93f9
@ -15,7 +15,7 @@ ENV BUILD_COMMIT="0000000"
|
||||
## SET NODE_ENV
|
||||
ENV NODE_ENV="production"
|
||||
## App relevant Envs
|
||||
ENV PORT="4000"
|
||||
ENV PORT="5000"
|
||||
|
||||
# Labels
|
||||
LABEL org.label-schema.build-date="${BUILD_DATE}"
|
||||
|
||||
@ -126,7 +126,7 @@ services:
|
||||
networks:
|
||||
- internal-net
|
||||
ports:
|
||||
- 4000:4000
|
||||
- 5000:5000
|
||||
depends_on:
|
||||
- mariadb
|
||||
restart: always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user