Skip to content

Instantly share code, notes, and snippets.

@lemmy04
Created May 1, 2022 20:38
Show Gist options
  • Save lemmy04/b30d7e1794c49dbcd4b1e78c246865aa to your computer and use it in GitHub Desktop.
Save lemmy04/b30d7e1794c49dbcd4b1e78c246865aa to your computer and use it in GitHub Desktop.
SecondBotTemplate:
container_name: Lisa
entrypoint:
- /app/BetterSecondbot
environment:
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- ASPNETCORE_URLS=http://+:80
- DOTNET_RUNNING_IN_CONTAINER=true
- Basic_BotUserName=yyy yyy
- Basic_BotPassword=.
- Basic_HomeRegions=.
- Basic_AvoidRestartRegions=.
- Basic_LoginLocation=home
- Security_MasterUsername=xxx xxx
- Security_SubMasters=
- Security_SignedCommandkey=.
- Security_WebUIKey=.
- Setting_AllowFunds=false
- Setting_loginURI=secondlife
- Setting_Tracker=Event
- DiscordFull_Enable=false
- DiscordFull_Token=
- DiscordFull_ServerID=
- DiscordFull_Keep_GroupChat=false
- Http_Enable=true
- Http_Host=docker
- Log2File_Enable=false
- Log2File_Level=1
- Setting_LogCommands=false
- Agent_Channel=auto
- Agent_Version=auto
- OBJECT_CHAT=true
- SQLDB_Enabled=false
- SQLDB_Host=127.0.0.1
- SQLDB_Port=3306
- SQLDB_Username=
- SQLDB_Password=
- SQLDB_Timeout=3
- SQLDB_Database=secondbot
expose:
- 80/tcp
image: madpeter/secondbot:latest
working_dir: /app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment