mirror of
https://gitlab.dit.htwk-leipzig.de/fsr-im/tools/flatscraper.git
synced 2025-07-15 19:18:49 +02:00
9 lines
140 B
YAML
9 lines
140 B
YAML
services:
|
|
python:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: flatscraper
|
|
env_file:
|
|
- .env
|
|
|