[General] Folder Structure has been changed and Dockerfile added.

This commit is contained in:
georg-njaa
2026-04-01 06:53:10 +02:00
parent 5d1e5062e7
commit 5788da18ec
16 changed files with 48 additions and 13 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3.8'
services:
production-frontend:
build:
context: .
dockerfile: Dockerfile
container_name: notjustan-agency-frontend
restart: unless-stopped
# Depending on Coolify's proxy configuration, exposing port 80 allows Traefik/Caddy to automatically route domain traffic
ports:
- "80"