mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-09 23:38:42 -06:00
13 lines
480 B
YAML
13 lines
480 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'
|
|
EXTRA_BUILD_FLAGS: '-tags enterprise'
|
|
|
|
migration:
|
|
build:
|
|
args:
|
|
GO_LDFLAGS: '-s -w -X github.com/PrivateCaptcha/PrivateCaptcha/pkg/maintenance.LicenseURL=http://host.docker.internal:8181/selfhosted/activation'
|
|
EXTRA_BUILD_FLAGS: '-tags enterprise'
|