fix admin
This commit is contained in:
parent
188e341785
commit
00b5cbc845
|
|
@ -112,20 +112,18 @@ services:
|
|||
- dd
|
||||
|
||||
admin:
|
||||
image: registry.dot-dot.ru/dashboard:${DASHBORD_TAG}
|
||||
command: frankenphp php-server -r /application/public
|
||||
image: registry.dot-dot.ru/admin:${ADMIN_TAG}
|
||||
# user: www-data
|
||||
# command: frankenphp php-server -r /application/public
|
||||
command: sh -c 'php-fpm -D; nginx'
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SERVER_NAME=testeadmin.dot-dot.ru
|
||||
volumes:
|
||||
- ./configs/dashboard/.env:/application/.env
|
||||
- ./configs/admin/.env:/application/.env
|
||||
depends_on:
|
||||
- db
|
||||
networks:
|
||||
dd:
|
||||
ingress:
|
||||
aliases:
|
||||
- ${NETWORK}-admin
|
||||
|
||||
|
||||
nginx:
|
||||
image: nginx:1.25.3-alpine3.18
|
||||
|
|
|
|||
Loading…
Reference in New Issue