autobaan/docker/docker-compose.yml
Collin Duncan e3ffacb410 Lots of changes to project structure
First integration of requester and scheduler workers
Added password hashing functions
Adding initial database integration
2022-10-23 11:55:47 +02:00

7 lines
125 B
YAML

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