add: screenscraper credentials
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
---
|
||||
|
||||
# <REPLACE_NAME>
|
||||
# <DESCRIPTION>
|
||||
# Created by <APP_CREATOR_NAME>
|
||||
# ↳ https://link.to.github
|
||||
|
||||
services:
|
||||
<REPLACE_NAME>:
|
||||
image: # creator/image_name:latest
|
||||
container_name: <REPLACE_NAME>
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
# ports:
|
||||
# - 80:80
|
||||
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# - /path/to/host:path/in/container
|
||||
# - unique_volume_name:/path/in/container
|
||||
|
||||
# labels:
|
||||
# - 'enabled=true'
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
# ip_address: 127.0.0.1
|
||||
|
||||
# volumes:
|
||||
# unique_volume_name:
|
||||
# driver: local
|
||||
|
||||
# Documentation available at https://link.to.docs
|
||||
@@ -7,4 +7,6 @@ ROMM_AUTH_SECRET_KEY=
|
||||
RETROACHIEVEMENTS_API_KEY=
|
||||
STEAMGRIDDB_API_KEY=
|
||||
IGDB_CLIENT_ID=
|
||||
IGDB_CLIENT_SECRET=
|
||||
IGDB_CLIENT_SECRET=
|
||||
SCREENSCRAPER_USER=
|
||||
SCREENSCRAPER_PASSWORD=
|
||||
Reference in New Issue
Block a user