This repository has been archived on 2022-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
Alley-HSBC-Frontend/docker/docker-compose.yml
2022-04-01 03:57:11 +01:00

10 lines
248 B
YAML

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