fix admin

This commit is contained in:
Sergey Paramoshkin 2025-02-02 19:23:52 +03:00
parent 188e341785
commit 00b5cbc845
1 changed files with 6 additions and 8 deletions

View File

@ -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