version: '3.8' services: aaf-systems-homepage: build: . ports: - "8080:8080" environment: - NODE_ENV=production restart: unless-stopped