mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-19 18:21:14 +00:00
fix: make port configurable via env
This commit is contained in:
committed by
Daniel Molkentin
parent
1d19d8de25
commit
738fa12822
@@ -13,11 +13,12 @@ services:
|
||||
depends_on:
|
||||
- 'mariadb'
|
||||
init: true
|
||||
environment: {}
|
||||
environment:
|
||||
FLASK_RUN_PORT: '${EOS_PORT}'
|
||||
networks:
|
||||
- 'eos'
|
||||
ports:
|
||||
- '5000:5000'
|
||||
- '${EOS_PORT}:${EOS_PORT}'
|
||||
mariadb:
|
||||
image: 'mariadb:${MARIADB_VERSION}-jammy'
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user