| docker-compose.yml | ●●●●● patch | view | raw | blame | history |
docker-compose.yml
@@ -2,6 +2,7 @@ services: zhbaw: image: zhbaw:latest container_name: zhbaw deploy: replicas: 1 update_config: @@ -15,5 +16,8 @@ restart: always redis: image: "redis:alpine" container_name: reids-alpine deploy: replicas: 1 ports: - "6379:6379"