Files
web-hosts/domains/dev.coppertone.tech/compose.yaml
2025-12-26 13:38:04 +01:00

15 lines
385 B
YAML

# Compose file for dev.coppertone.tech
# Edit this file to define your services
# All services should bind to 127.0.0.1 only
services:
# Example frontend service
# frontend:
# build:
# context: ./repo/frontend
# dockerfile: Containerfile
# container_name: dev-coppertone-tech-frontend
# restart: unless-stopped
# ports:
# - "127.0.0.1:PORT:8080"