Prepared project to support both swoole and regular app servers with fast cgi

This commit is contained in:
Alejandro Celaya
2018-11-24 08:43:48 +01:00
parent f40349479e
commit 16590b2dbb
10 changed files with 143 additions and 6 deletions

View File

@@ -26,6 +26,18 @@ services:
links:
- shlink_db
shlink_swoole:
container_name: shlink_swoole
build:
context: .
dockerfile: ./data/infra/swoole.Dockerfile
ports:
- "8080:8080"
volumes:
- ./:/home/shlink
links:
- shlink_db
shlink_db:
container_name: shlink_db
build: