services: amexpal: build: . ports: - "5000:5000" env_file: - .env # optional — only needed for email sending restart: unless-stopped