2 Commits

Author SHA1 Message Date
Severian
b252df5591 Merge pull request #9 from leri-a/master
Adding restart line to docker-compose.
2026-02-04 14:07:01 +08:00
Ema P.
75a16b6ece Adding restart line to docker-compose. 2026-02-03 15:48:24 -05:00
4 changed files with 873 additions and 876 deletions

View File

@@ -2,4 +2,4 @@
# Disable Discord community banner (optional)
# Uncomment the line below to hide the Discord banner
NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true
# NEXT_PUBLIC_DISABLE_DISCORD_BANNER=true

7
.gitignore vendored
View File

@@ -1,9 +1,4 @@
.idea/
bun.lock
.env
node_modules
.next
.env.local
.env*.local
.env
.env*.local

View File

@@ -2,5 +2,6 @@ services:
web:
build: .
image: sucker
restart: unless-stopped
ports:
- "3000:3000"

File diff suppressed because it is too large Load Diff