autobaan/docker/docker-compose.yml
Collin Duncan 3247ca5315
Lots of changes to project structure
First integration of requester and scheduler workers
Added password hashing functions
Adding initial database integration
2023-05-23 15:09:11 -05:00

7 lines
125 B
YAML

services:
database:
image: mysql:latest
restart: always
env_file: ./database/.env
ports:
- 3306:3306