version: "3.8" services: nextjs: build: . container_name: pablo.shortman.me environment: - PORT=3004 ports: - "3004:3004" restart: always