-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitpab behind traefik #10
Comments
Look into logs of deploy process |
Ok now I saw the problem. |
Thanks for information. I will check it after 9 november. |
ok very good thanks |
Hello, with the last version I could login to application behind proxy. But there is always some url in http : Good jod and good evolutions with last update. Regards |
I'm having the same problem. Any idea how to turn the http requests to https? |
Hello,
a second problem, I deploy gitpad with traefik proxy and I have two errors :
What do you think about this error ?
This is my docker-compose
`
version: '3'
services:
app:
build:
context: .
dockerfile: app/Dockerfile
args:
ssh_prv_key: ${ssh_prv_key}
ports:
- "80"
volumes:
- /data/gitpab/app:/data
db:
image: postgres
volumes:
- /data/gitpab/postgres:/var/lib/postgresql
environment:
POSTGRES_DB: gitpab
POSTGRES_USER: gitpab
POSTGRES_PASSWORD: gitpab
networks:
- gitpad
networks:
traefik-proxy:
external:
name: traefik-proxy
gitpad:
volumes:
data:
`
Regards
The text was updated successfully, but these errors were encountered: