Files
BellScheduler/docker-compose.yaml
William Peebles 04c8dfb5b4
All checks were successful
continuous-integration/drone/push Build is passing
update docker-compose file to reflect port change
2022-11-25 15:18:33 -05:00

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