Loading docker-compose.yaml +2 −7 Original line number Diff line number Diff line Loading @@ -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' Loading Loading
docker-compose.yaml +2 −7 Original line number Diff line number Diff line Loading @@ -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' Loading