Changes from siasky.xyz

This commit is contained in:
Sia Dev 2021-01-08 12:04:15 +01:00
parent 562e484341
commit 6204930c9b
4 changed files with 15 additions and 8 deletions

6
.gitignore vendored
View File

@ -87,3 +87,9 @@ docker/nginx/conf.d/server-override/*
__pycache__
/.idea/
/venv*
# CockroachDB certificates
.cr_certs/
# Oathkeeper JWKS signing token
docker/kratos/oathkeeper/id_token.jwks.json

View File

@ -175,6 +175,9 @@ services:
- SKYNET_DB_PORT=27017
- SKYNET_DB_USER=${SKYNET_DB_USER}
- SKYNET_DB_PASS=${SKYNET_DB_PASS}
- COOKIE_DOMAIN=${COOKIE_DOMAIN}
- COOKIE_HASH_KEY=${COOKIE_HASH_KEY}
- COOKIE_ENC_KEY=${COOKIE_ENC_KEY}
expose:
- 3000
networks:

View File

@ -6,12 +6,10 @@ ENV GOARCH amd64
WORKDIR /root
RUN go get -d -u github.com/NebulousLabs/skynet-accounts/... && \
ln -s $GOPATH/src/github.com/NebulousLabs/skynet-accounts ./ && \
cd $GOPATH/src/github.com/NebulousLabs/skynet-accounts && \
make release && \
cd && \
rm -rf $GOPATH/src/github.com/NebulousLabs/skynet-accounts
RUN git clone --single-branch --branch ivo/uploads_and_downloads https://github.com/NebulousLabs/skynet-accounts.git && \
cd skynet-accounts && \
go mod download && \
make release
ENV SKYNET_DB_HOST="localhost"
ENV SKYNET_DB_PORT="27017"

View File

@ -6,7 +6,7 @@
}
(siasky.net) {
siasky.net, *.siasky.net, *.hns.siasky.net {
siasky.xyz, *.siasky.xyz, *.hns.siasky.xyz {
tls {
dns route53 {
max_retries 50
@ -27,4 +27,4 @@
import localhost
# import custom.domain
# import siasky.net
import siasky.net