Added swoole reverse proxy container

This commit is contained in:
Alejandro Celaya
2020-05-02 12:04:42 +02:00
parent 56932e4ea6
commit 6c30fc73ee
2 changed files with 25 additions and 0 deletions

View File

@@ -32,6 +32,17 @@ services:
environment:
LC_ALL: C
shlink_swoole_proxy:
container_name: shlink_swoole_proxy
image: nginx:1.17.10-alpine
ports:
- "8002:80"
volumes:
- ./:/home/shlink/www
- ./data/infra/swoole_proxy_vhost.conf:/etc/nginx/conf.d/default.conf
links:
- shlink_swoole
shlink_swoole:
container_name: shlink_swoole
build: