🐛 Fix some styling and authorizing issue

This commit is contained in:
2025-12-27 15:43:07 +08:00
parent 56b421a308
commit b78609a71e
3 changed files with 403 additions and 220 deletions

View File

@@ -1,10 +1,7 @@
services:
app:
# This will build the Dockerfile in the current directory.
# Alternatively, you can specify the image from a registry.
# Replace 'your-github-username' with your actual GitHub username or organization.
image: ghcr.io/solsynth/floating-island:latest
build: .
# This will use the image from the registry.
image: ghcr.io/solsynth/floating-island:master
# This maps the .env file from your project root into the container.
env_file:
- .env