mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Limitations management and real-time MOTD update added.
- deleted unnecessary comments - korewaChino artefacts removed
This commit is contained in:
parent
c53c10cb0a
commit
cfea3e6e71
12 changed files with 79 additions and 84 deletions
|
|
@ -2,17 +2,22 @@ name: sculptor
|
|||
|
||||
services:
|
||||
sculptor:
|
||||
build: .
|
||||
image: ghcr.io/korewachino/sculptor:latest
|
||||
# build: .
|
||||
image: ghcr.io/shiroyashik/sculptor:latest
|
||||
container_name: sculptor
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./Config.toml:/app/Config.toml:ro
|
||||
- ./avatars:/app/avatars
|
||||
## Recommended for use with reverse proxy.
|
||||
# networks:
|
||||
# - traefik
|
||||
# labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.http.routers.sculptor.rule=Host(`mc.example.com`)
|
||||
# - traefik.http.routers.sculptor.entrypoints=websecure, web
|
||||
# - traefik.http.routers.sculptor.tls=true
|
||||
# - traefik.http.routers.sculptor.tls.certresolver=production
|
||||
# networks:
|
||||
# traefik:
|
||||
# external: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue