this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: updating example docker-compose configuration file

Signed-off-by: Nick Gerakines <12125+ngerakines@users.noreply.github.com>

+8 -2
+8 -2
etc/docker-compose.yml
··· 2 2 services: 3 3 supercell: 4 4 labels: [ "com.centurylinklabs.watchtower.scope=supercell" ] 5 - image: supercell:latest 5 + container_name: supercell 6 + image: "ghcr.io/astrenoxcoop/supercell:latest" 6 7 restart: unless-stopped 7 8 ports: 8 9 - "127.0.0.1:4050:4050" ··· 10 11 - type: bind 11 12 source: /var/lib/supercell/database.db 12 13 target: /var/lib/supercell/database.db 14 + - type: bind 15 + source: /var/lib/supercell/config.yml 16 + target: /var/lib/supercell/config.yml 17 + - type: bind 18 + source: /var/lib/supercell/jetstream_zstd_dictionary 19 + target: /var/lib/supercell/jetstream_zstd_dictionary 13 20 env_file: 14 21 - /var/lib/supercell/production.env 15 -