2024-10-11 00:24:06 +02:00
|
|
|
services:
|
|
|
|
app:
|
2024-10-17 18:14:50 +02:00
|
|
|
image: python:3-slim
|
2024-10-11 00:24:06 +02:00
|
|
|
command: python /app/app.py
|
|
|
|
volumes:
|
|
|
|
- ./:/app
|
|
|
|
ports:
|
2024-10-15 19:00:21 +02:00
|
|
|
- "127.0.0.1:9008:8080"
|
2024-10-11 00:30:49 +02:00
|
|
|
init: true
|
|
|
|
tty: true
|