~cytrogen/vbhelper

ref: e9d2cce8024f3fd3bacb258c183c31f59d3f4b40 vbhelper/server/docker-compose.yml -rw-r--r-- 185 bytes
e9d2cce8 — Cytrogen Add UnifiedPush notification system with Ktor server a month ago
                                                                                
1
2
3
4
5
6
7
8
9
services:
  vbhelper-push:
    build:
      context: ..
      dockerfile: server/Dockerfile
    container_name: vbhelper-push
    restart: unless-stopped
    ports:
      - "8080:8080"