2024-09-16 11:48:20 +02:00
|
|
|
---
|
|
|
|
networks:
|
2024-11-15 22:27:25 +01:00
|
|
|
default:
|
2024-11-10 23:00:16 +01:00
|
|
|
name: "eos"
|
2024-09-16 11:48:20 +02:00
|
|
|
services:
|
|
|
|
eos:
|
2024-11-10 23:00:16 +01:00
|
|
|
image: "akkudoktor/eos:${EOS_VERSION}"
|
2024-10-07 20:56:10 +02:00
|
|
|
read_only: true
|
2024-09-16 11:48:20 +02:00
|
|
|
build:
|
|
|
|
context: .
|
2024-11-10 23:00:16 +01:00
|
|
|
dockerfile: "Dockerfile"
|
2024-09-16 11:48:20 +02:00
|
|
|
args:
|
2024-11-10 23:00:16 +01:00
|
|
|
PYTHON_VERSION: "${PYTHON_VERSION}"
|
2024-10-07 20:56:10 +02:00
|
|
|
volumes:
|
2024-11-11 21:38:13 +01:00
|
|
|
- ./src/akkudoktoreos/default.config.json:/opt/eos/EOS.config.json:ro
|
2024-09-17 09:02:35 +02:00
|
|
|
ports:
|
2024-11-10 23:00:16 +01:00
|
|
|
- "${EOS_PORT}:${EOS_PORT}"
|