mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-05 17:03:58 +03:00
Redume
0d2c5c4b8d
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This reverts commit d0b71824
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 |