Some more minor fixes to containerising and ignore

This commit is contained in:
Vivek Santayana 2021-12-07 13:29:25 +00:00
parent b5443c1331
commit f9628df8c7
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -145,5 +145,8 @@ dev/
out/ out/
ref-test/testing.py ref-test/testing.py
Ignore Database
database/data/
# Ignore Encryption Keyfile # Ignore Encryption Keyfile
.encryption.key .encryption.key

View File

@ -22,8 +22,6 @@ services:
ref_test_app: ref_test_app:
container_name: ref_test_app container_name: ref_test_app
build: ./ref-test build: ./ref-test
volumes:
- ./ref-test:/ref-test
env_file: env_file:
- ./.env - ./.env
ports: ports: