services: app: build: . restart: unless-stopped ports: - "8276:8276" environment: PORT: 8276 TEMP_DIR: /tmp env_file: - .env