This commit is contained in:
JMARyA 2024-09-16 13:49:44 +02:00
parent e0d2a5876d
commit d8ffb7cf75
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 35 additions and 6 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: '3'
services:
umbrella:
build: .
ports:
- "8000:8000"
volumes:
- ./config.yml:/config.yml
environment:
ROCKET_ADDRESS: 0.0.0.0