|
|
|
@ -5,6 +5,7 @@ volumes:
|
|
|
|
|
|
|
|
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|
pharmaceutical_research: #because it helps to have a way to link specifically to this.
|
|
|
|
pharmaceutical_research: #because it helps to have a way to link specifically to this.
|
|
|
|
|
|
|
|
external: true
|
|
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
aact_db:
|
|
|
|
aact_db:
|
|
|
|
@ -27,3 +28,4 @@ services:
|
|
|
|
# this is the folder containing entrypoint info.
|
|
|
|
# this is the folder containing entrypoint info.
|
|
|
|
- ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
|
|
|
|
- ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|