mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-06-28 23:55:31 +02:00
Compare commits
2 Commits
ae6eb6d802
...
1d6f8eb0a5
Author | SHA1 | Date | |
---|---|---|---|
1d6f8eb0a5 | |||
1395304a35 |
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
services:
|
||||
landingpage:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: application-landingpage
|
||||
container_name: landingpage
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- ./app:/app
|
||||
restart: unless-stopped
|
Loading…
x
Reference in New Issue
Block a user