version: "3" services: web: build: . env_file: - .env environment: # The host here is `db`, NOT `127.0.0.1` - DATABASE_URL=postgres://longtan:password@db/longtan ports: - "3000:3000"