Docker backend infrastructure

This commit is contained in:
ChiefSoft works
2022-07-31 14:56:41 +00:00
parent ef29296471
commit 8e09298ad1
14 changed files with 2633 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
version: "3"
services:
wrenchboard-backend-php72:
image: registry.chiefsoft.net/wrenchboard-backend-php72:latest
build:
context: ./
dockerfile: Dockerfile
hostname: wrenchboard-backend-php72
container_name: wrenchboard-backend-php72
volumes:
- ./configs:/cfgs
- ../www:/app
env_file: .env