All checks were successful
Redeploy landing on Push / Explore-Gitea-Actions (push) Successful in 7s
11 lines
322 B
YAML
11 lines
322 B
YAML
services:
|
|
rasmusbendtsendk:
|
|
container_name: rasmusbendtsendk
|
|
build: .
|
|
ports:
|
|
- "5001:5001"
|
|
volumes:
|
|
- /docker_apps/rasmusbendtsendk/pages:/app/pages
|
|
- /docker_apps/rasmusbendtsendk//static/images:/app/static/images
|
|
- /docker_apps/rasmusbendtsendk//static/video:/app/static/video
|