Commit 785a3737 authored by Hamaker, Alec's avatar Hamaker, Alec
Browse files

Added env file path

parent 72db8496
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -5,13 +5,8 @@ services:
    build: .
    volumes:
      - ./src/:/tmp/src
    environment:
      - DATABASE_HOST=postgres
      - DATABASE_DB=postgres
      - DATABASE_PORT=5432
      - DATABASE_USER=postgres
      - DATABASE_PW=postgres
      - DATABASE_TIMEOUT=60
    env_file:
      - ./envfile
    command:
      - 'tail'
      - '-f'