Some more minor fixes to containerising and ignore
This commit is contained in:
parent
bab3674d31
commit
96d8e48f3a
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user