feat: uses php-fpm & nginx instead of php-apache
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
services:
|
||||
php:
|
||||
image: registry.caldwell.digital/home/torsearch/app:${TAG}
|
||||
web:
|
||||
image: code.caldwell.digital/home/torsearch/web:latest
|
||||
ports:
|
||||
- "8001:80"
|
||||
- '8001:80'
|
||||
volumes:
|
||||
- $PWD/bash/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
depends_on:
|
||||
app:
|
||||
condition: service_healthy
|
||||
|
||||
app:
|
||||
image: registry.caldwell.digital/home/torsearch/app:${TAG}
|
||||
deploy:
|
||||
replicas: 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user