All checks were successful
continuous-integration/drone/push Build is passing
12 lines
265 B
YAML
12 lines
265 B
YAML
version: '3'
|
|
services:
|
|
app:
|
|
image: container-registry.infra.dubyatp.xyz/bellscheduler/app:latest-testing
|
|
restart: always
|
|
environment:
|
|
- SQLITE_DB=database.db
|
|
volumes:
|
|
- ./database.db:/app/database.db
|
|
ports:
|
|
- 127.0.0.1:80:80
|