Initial commit

This commit is contained in:
Oliver Davies 2022-03-15 18:22:18 +00:00
commit 904a0b0bbf
26 changed files with 4847 additions and 0 deletions

View 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"