this repo has no description
at main 685 B view raw
1version: '3.9' 2services: 3 supercell: 4 labels: [ "com.centurylinklabs.watchtower.scope=supercell" ] 5 container_name: supercell 6 image: "ghcr.io/astrenoxcoop/supercell:latest" 7 restart: unless-stopped 8 ports: 9 - "127.0.0.1:4050:4050" 10 volumes: 11 - type: bind 12 source: /var/lib/supercell/database.db 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 20 env_file: 21 - /var/lib/supercell/production.env