mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
18 lines
584 B
YAML
18 lines
584 B
YAML
name: sculptor
|
|
|
|
services:
|
|
sculptor:
|
|
build: .
|
|
image: ghcr.io/korewachino/sculptor:latest
|
|
container_name: sculptor
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./Config.toml:/app/Config.toml:ro
|
|
- ./avatars:/app/avatars
|
|
## Recommended for use with reverse proxy.
|
|
# 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
|