mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-01-15 11:13:59 +01:00
Create docker-compose.yml
This commit is contained in:
parent
ae6eb6d802
commit
1395304a35
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
landingpage:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: application-landingpage
|
||||
container_name: landingpage
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./app:/app
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user