diff --git a/api/docker-compose.yml b/api/docker-compose.yml index cfc748f..0467c48 100644 --- a/api/docker-compose.yml +++ b/api/docker-compose.yml @@ -17,12 +17,12 @@ services: - 4000:4000 # debugging port # - 9229:9229 -# networks: -# - database_network -# env_file: -# - .env -# networks: -# database_network: -# external: true + networks: + - database_network + env_file: + - .env +networks: + database_network: + external: true # volumes: # beantastic_upload_volume: \ No newline at end of file