Сделал аналитику, пофиксил роуты, сделал SSL

This commit is contained in:
Данил 2024-10-18 19:58:32 +03:00
parent 05fb43c53a
commit a101eb7c1f
3 changed files with 39 additions and 9 deletions

13
docker-compose.yaml Normal file
View file

@ -0,0 +1,13 @@
services:
starlio-web:
build: .
ports:
- '8000:8000'
restart: unless-stopped
volumes:
- './CertSSL:/CertSSL'
- './config.yaml:/config.yaml'
volumes:
starlio-web:
driver: local