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

не факт что заработает) в5

This commit is contained in:
1
2024-12-25 13:38:55 +06:00
parent 2f7a695128
commit 259022e375
3 changed files with 13 additions and 37 deletions

View File

@@ -1,3 +1,5 @@
version: '3.8'
services:
frontend:
build:
@@ -21,15 +23,16 @@ services:
- ./backend:/app
- sqlite_data:/app/instance
ports:
- "8081:8000"
- "8000:8000"
nginx:
build:
context: ./docker/nginx
context: .
dockerfile: docker/nginx/Dockerfile
container_name: support-nginx
restart: unless-stopped
ports:
- "8080:80"
- "80:80"
depends_on:
- frontend
- backend