version: "3" services: digital-walkaround: image: teamalley/digital-walkaround container_name: digital-walkaround # environment: # - NODE_OPTIONS="--max-old-space-size=1536" ports: - 8080:8080 restart: unless-stopped