mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-05-24 08:19:15 -05:00
11 lines
388 B
YAML
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'
|