update deploy

This commit is contained in:
bulut
2026-03-27 10:41:54 +03:00
parent 69d19c0176
commit 6f6448aa06
422 changed files with 37956 additions and 0 deletions

15
docker-compose.prod.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
bdc-api-prod:
build:
context: .
dockerfile: Dockerfile
container_name: bdc-api-prod
restart: unless-stopped
volumes:
- ./:/var/www/html
- ./docker/apache/000-default.conf:/etc/apache2/sites-available/000-default.conf
- /opt/projects/bogazici/corporate-api/prod/uploads:/var/www/html/public/uploads
ports:
- "127.0.0.1:9201:80"
extra_hosts:
- "host.docker.internal:host-gateway"