You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
feed: |
|
container_name: feed |
|
hostname: feed |
|
image: feed |
|
restart: always |
|
user: 100:65534 |
|
ports: |
|
- "127.0.0.1:2577:2577" |
|
volumes: |
|
- /opt/feed:/data |
|
environment: |
|
- FEED_DB_PATH=/data/feed.db |
|
- FEED_TOKEN=<random-token> |
|
- FEED_CUSTOMER_KEY=<random-key> |
|
- FEED_ACCESS_TOKEN=<random-token>
|
|
|