mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-01-15 19:23:58 +01:00
15 lines
256 B
YAML
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
|