Skip to content

Commit 55e634c

Browse files
committed
update DisBot.DiscordBot.csproj sdk
1 parent c6dc54d commit 55e634c

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

DisBot.DiscordBot/DisBot.DiscordBot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>

Docker/docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
- "DATABASE__Database=${DATABASE_DATABASE_NAME}"
1414
disbot-api:
1515
image: ghcr.io/disbotdevelopment/disbot-api:v2
16-
container_name: disbot-bot
16+
container_name: disbot-api
1717
env_file:
1818
- .env
1919
ports:
2020
- "3333:5024"
2121
disbot-dashboard:
2222
image: ghcr.io/disbotdevelopment/disbot-dashboard:v2
23-
container_name: disbot-bot
23+
container_name: disbot-dash
2424
env_file:
2525
- .env
2626
ports:
@@ -30,5 +30,7 @@
3030
container_name: disbot-database
3131
env_file:
3232
- .env
33+
environment:
34+
- "POSTGRES_PASSWORD=${DATABASE_PASSWORD}"
3335
ports:
3436
- "2343:5432"

0 commit comments

Comments
 (0)