mirror of
https://github.com/Starlio-app/Website.git
synced 2025-04-07 03:25:26 +01:00
13 lines
No EOL
260 B
YAML
13 lines
No EOL
260 B
YAML
services:
|
|
starlio-web:
|
|
build: .
|
|
ports:
|
|
- '8000:8000'
|
|
restart: unless-stopped
|
|
volumes:
|
|
- './CertSSL:/CertSSL'
|
|
- './config.yaml:/config.yaml'
|
|
|
|
volumes:
|
|
starlio-web:
|
|
driver: local |