services: app: env_file: ".env" build: . ports: - "${PORT}:${PORT}" volumes: - ./.env:/app/.env container_name: "${APP_NAME}_app" restart: unless-stopped