switch to ras-dan-01
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after -56s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after -56s
This commit is contained in:
10
files/docker-compose.yml
Normal file
10
files/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
python-app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5080:5080"
|
||||
volumes:
|
||||
- .:/app
|
||||
restart: on-failure:3
|
||||
Reference in New Issue
Block a user