mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
expose flask port
This commit is contained in:
parent
101d25eee8
commit
298b93c595
@ -3,6 +3,8 @@ FROM python:${PYTHON_VERSION}-slim
|
|||||||
|
|
||||||
LABEL source="https://github.com/Akkudoktor-EOS/EOS"
|
LABEL source="https://github.com/Akkudoktor-EOS/EOS"
|
||||||
|
|
||||||
|
EXPOSE 5000
|
||||||
|
|
||||||
ARG APT_OPTS="--yes --auto-remove --no-install-recommends --no-install-suggests"
|
ARG APT_OPTS="--yes --auto-remove --no-install-recommends --no-install-suggests"
|
||||||
RUN DEBIAN_FRONTEND=noninteractive \
|
RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
|
@ -16,6 +16,8 @@ services:
|
|||||||
environment: {}
|
environment: {}
|
||||||
networks:
|
networks:
|
||||||
- 'eos'
|
- 'eos'
|
||||||
|
ports:
|
||||||
|
- '5000:5000'
|
||||||
mariadb:
|
mariadb:
|
||||||
image: 'mariadb:${MARIADB_VERSION}-jammy'
|
image: 'mariadb:${MARIADB_VERSION}-jammy'
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user