update deploy
This commit is contained in:
15
docker-compose.test.yml
Normal file
15
docker-compose.test.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
bdc-api-test:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: bdc-api-test
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./:/var/www/html
|
||||
- ./docker/apache/000-default.conf:/etc/apache2/sites-available/000-default.conf
|
||||
- /opt/projects/bogazici/corporate-api/test/uploads:/var/www/html/public/uploads
|
||||
ports:
|
||||
- "127.0.0.1:9101:80"
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
Reference in New Issue
Block a user