Skip to content

Commit

Permalink
chore: add optional env variables to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-shuman committed Sep 4, 2024
1 parent 43e6a5f commit c961d4d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ services:
volumes:
- ./data:/app/data
environment:
SECURE: false
# HOST: # optional
# PORT: # optional
# SECURE: # optional
# PASSWORD: # optional
# FEED_TITLE: # optional (this will also appear as the title of the web app)
# FEED_DESCRIPTION: # optional
# FEED_IMAGE: # optional
# FEED_FAVICON: # optional
# FEED_COPYRIGHT: # optional
# AUTHOR_NAME: # optional
# AUTHOR_EMAIL: # optional
# AUTHOR_LINK: # optional
ports:
- 8080:80

0 comments on commit c961d4d

Please sign in to comment.