This commit is contained in:
Lev 2026-04-19 17:46:56 +03:00
parent 11a84f4926
commit 4c4d325245
19 changed files with 226 additions and 279 deletions

View file

@ -1,8 +1,6 @@
services:
api:
build:
context: ./API
dockerfile: Dockerfile
build: ./API
container_name: spectralvpn-api
restart: unless-stopped
depends_on:
@ -16,9 +14,15 @@ services:
- host.docker.internal:172.17.0.1
ports:
- 8000:8000
#web:
# Todo
web:
build: ./Frontend
container_name: spectralvpn-web
restart: unless-stopped
depends_on:
- api
ports:
- 80:80
- 443:443
db:
image: postgres:latest
container_name: spectralvpn-db