Initial commit
This commit is contained in:
commit
904a0b0bbf
26 changed files with 4847 additions and 0 deletions
15
docker-compose.override.yaml.example
Normal file
15
docker-compose.override.yaml.example
Normal file
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
composer:
|
||||
build:
|
||||
context: .
|
||||
target: composer
|
||||
volumes:
|
||||
- ./:/app
|
||||
working_dir: /app
|
||||
entrypoint: composer
|
||||
networks:
|
||||
- default
|
||||
|
||||
node:
|
||||
environment:
|
||||
- "NODE_ENV=production"
|
Loading…
Add table
Add a link
Reference in a new issue