Files
PrivateCaptcha/docker/docker-compose.ce.yml
T
2026-02-08 14:33:35 +02:00

11 lines
388 B
YAML

services:
server:
build:
args:
GO_LDFLAGS: '-s -w -X github.com/PrivateCaptcha/PrivateCaptcha/pkg/maintenance.LicenseURL=http://host.docker.internal:8181/selfhosted/activation'
migration:
build:
args:
GO_LDFLAGS: '-s -w -X github.com/PrivateCaptcha/PrivateCaptcha/pkg/maintenance.LicenseURL=http://host.docker.internal:8181/selfhosted/activation'