Initial work on Docker support

This commit is contained in:
Dragory 2022-06-01 19:11:44 +03:00
parent 6df67da3cb
commit 2a959f354c
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
8 changed files with 169 additions and 18 deletions

3
docker-compose-dev.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
DOCKER_UID="$(id -u)" DOCKER_GID="$(id -g)" docker-compose --env-file ./.env -f ./docker/development/docker-compose.yml "$@"