Added helper functions for portfolio

This commit is contained in:
2025-03-20 00:23:35 +01:00
parent 8e280de139
commit 412a7bae16
3 changed files with 315 additions and 86 deletions

View File

@@ -1,10 +1,10 @@
services:
landingpage:
portfolio:
build:
context: .
dockerfile: Dockerfile
image: application-landingpage
container_name: landingpage
image: application-portfolio
container_name: portfolio
ports:
- "5000:5000"
volumes: