Skip to content

Commit

Permalink
fix(lemmy_lcs): use newest version fixing the login issues, add new t…
Browse files Browse the repository at this point in the history
…rackerfile
  • Loading branch information
dr460nf1r3 committed Dec 25, 2024
1 parent ff454b7 commit fcccff7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker-compose/all-in-one/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,21 +106,24 @@ services:

# Makes world content available for our Lemmy instance
lemmy_lcs:
image: nowsci/lcs:20241201065204
image: nowsci/lcs:latest
container_name: lemmy_lcs
environment:
COMMUNITY_COUNT: 50
COMMUNITY_COUNT: 100
COMMUNITY_SORT_METHODS: '[ "TopAll", "TopDay" ]'
COMMUNITY_TYPE: All
LOCAL_URL: https://lemmy.garudalinux.org
LOCAL_USERNAME: ${LOCAL_USERNAME:-?err}
LOCAL_PASSWORD: ${LOCAL_PASSWORD:-?err}
MINUTES_BETWEEN_RUNS: 240
NSFW: false
POST_COUNT: 50
POST_COUNT: 100
REMOTE_INSTANCES: '[ "beehaw.org", "lemmy.world", "lemmy.ml", "sh.itjust.works",
"lemmy.one", "programming.dev" ]'
SECONDS_AFTER_COMMUNITY_ADD: 17
TRACKER_FILE: /app/logs/tracker.log
volumes:
- ./lemmy_lcs:/app/logs
restart: unless-stopped

# Lemmy deferation sync (has only latest tag)
Expand Down

0 comments on commit fcccff7

Please sign in to comment.