first changed

This commit is contained in:
2022-04-07 16:21:17 +05:30
commit 36ea86d8e6
7327 changed files with 902386 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
version: "3.7"
services:
app:
build:
args:
COMPOSER_ENV : production
context: ./app
dockerfile: Dockerfile
environment:
- COMPOSER_ENV=production
nginx:
volumes:
- ./app/code:/var/www:ro
- ./nginx:/etc/nginx/conf.d:ro
depends_on:
- app
- database
database:
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: mysecretpassword
POSTGRES_DB: test