Configure Quartz for production
This commit is contained in:
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
quartz:
|
||||
# Option 1: Pull from Gitea Container Registry (recommended for production)
|
||||
image: gitea.vorpax.dev/vorpax/quartz-wiki:latest
|
||||
|
||||
# Option 2: Build locally (uncomment for local development)
|
||||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile.prod
|
||||
|
||||
container_name: quartz-wiki
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- public
|
||||
|
||||
networks:
|
||||
public:
|
||||
external: true
|
||||
Reference in New Issue
Block a user