[General] Folder Structure has been changed and Dockerfile added.
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user