summaryrefslogtreecommitdiff
path: root/stacks/pkm/compose.yml
blob: 68afaf0c531a40f3dabd6d6da5bfda8bbfda2bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: ${_STACK_0}

networks:
  edge-net:
    name: ${_NET_0}
    external: true

volumes:
  pkm-data:
    name: ${_VOLUME_0}
    external: true

services:
  pkm:
    container_name: ${_CONTAINER_0}
    image: ghcr.io/silverbulletmd/silverbullet
    restart: unless-stopped
    env_file:
      - .run.env
      - .env
    networks:
      - edge-net
    expose:
      - 3000
    volumes:
      - pkm-data:/space