mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-03-04 06:51:24 +03:00
Сделал аналитику, пофиксил роуты, сделал SSL
This commit is contained in:
parent
05fb43c53a
commit
a101eb7c1f
3 changed files with 39 additions and 9 deletions
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue