homepage.veen.world/docker-compose.yml

15 lines
256 B
YAML

version: '3.8'
services:
landingpage:
build:
context: .
dockerfile: Dockerfile
image: application-landingpage
container_name: landingpage
ports:
- "5000:5000"
volumes:
- ./app:/app
restart: unless-stopped