Files
site-agencja-ai-com/docker-compose.dev.yml
T
tomasz-syn-grzegorza 808c39d838 Configure agencja-ai.com deployment and local dev environment.
Separate container name and port 8081 for parallel dev, add docker-compose.dev.yml
with volume mounts, and point Dokploy example to site-agencja-ai-com Gitea repo.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 14:11:49 +02:00

13 lines
478 B
YAML

# Lokalny dev: pliki z dysku → nginx (bez rebuildu po każdej zmianie)
# Uruchomienie: docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d
services:
frontend:
image: nginx:1.27-alpine
build: !reset null
volumes:
- ./index.html:/usr/share/nginx/html/index.html:ro
- ./site.webmanifest:/usr/share/nginx/html/site.webmanifest:ro
- ./assets:/usr/share/nginx/html/assets:ro
- ./default.conf:/etc/nginx/conf.d/default.conf:ro