version: '3.8' services: puffin-calculator: image: code.letsbe.solutions/matt/puffinoffsetcalculator:latest container_name: puffin-calculator ports: - "8080:80" restart: unless-stopped environment: - NODE_ENV=production # Include any environment variables from .env file - REACT_APP_API_KEY=${REACT_APP_API_KEY} - REACT_APP_API_URL=${REACT_APP_API_URL} volumes: # Persist Nginx logs - ./logs:/var/log/nginx