Site vitrine pour donner de lumière aux petits artisans
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3.7'
|
|
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: ./devops/docker/Dockerfile
|
|
target: dev
|
|
environment:
|
|
- APP_SECRET=2276279ba1983a82fa74501a9d0f3bce
|
|
- APP_ENV=dev
|
|
- COMPOSER_MEMORY_LIMIT=5G
|
|
# values are read from the .env file => https://vsupalov.com/docker-arg-env-variable-guide/
|
|
volumes:
|
|
- ./:/var/www/symfony:delegated
|