mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-04-17 14:48:08 +02:00
11 lines
168 B
YAML
11 lines
168 B
YAML
|
|
version: '3.8'
|
||
|
|
services:
|
||
|
|
spotify-readme:
|
||
|
|
build: .
|
||
|
|
ports:
|
||
|
|
- "5000:5000"
|
||
|
|
volumes:
|
||
|
|
- ./api:/api
|
||
|
|
volumes:
|
||
|
|
persistent:
|