1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Merge remote changes and resolve conflicts

This commit is contained in:
MoonTestUse1
2024-12-25 03:42:34 +06:00
parent d7b08d09b0
commit 25241add4b
2 changed files with 22 additions and 25 deletions

View File

@@ -1,3 +1,5 @@
version: '3.8'
services:
frontend:
build:
@@ -8,7 +10,6 @@ services:
ports:
- "80:80"
volumes:
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./docker/nginx/conf.d:/etc/nginx/conf.d:ro
depends_on:
- backend
@@ -25,8 +26,6 @@ services:
volumes:
- ./backend:/app
- sqlite_data:/app/instance
ports:
- "8000:8000"
volumes:
sqlite_data: