homepage.veen.world/docker-compose.yml

13 lines
240 B
YAML
Raw Normal View History

2025-01-10 18:30:59 +01:00
services:
landingpage:
build:
context: .
dockerfile: Dockerfile
image: application-landingpage
container_name: landingpage
ports:
- "5000:5000"
volumes:
- ./app:/app
restart: unless-stopped