Load env in docker-compose setup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2020-11-24 19:33:12 +01:00
parent f41fbc8baf
commit 1eade03b63

View File

@ -1,4 +1,4 @@
version: "2" version: "3"
services: services:
hoc: hoc:
@ -9,3 +9,5 @@ services:
# ports: # ports:
# - "127.0.0.1:8080:8080" # - "127.0.0.1:8080:8080"
restart: always restart: always
env_file:
- ./.env