version: "3" services: chat: build: . # image: m1k1o/chat:latest restart: unless-stopped ports: - 150:80 environment: CACHE_SIZE: 50 # optional: message count stored. Defaults to zero.