feat: links defined by environment variables
This commit is contained in:
parent
6750c17306
commit
77508a984e
5 changed files with 7 additions and 6 deletions
|
@ -2,12 +2,12 @@
|
|||
services:
|
||||
build:
|
||||
context: "."
|
||||
dockerfile: "latest.dockerfile"
|
||||
dockerfile: "Dockerfile"
|
||||
container_name: "adrianux"
|
||||
image: "adrianux:latest"
|
||||
environment:
|
||||
- "GIT_URL=http://git.adrianux.net"
|
||||
- "WEBSITE_URL=http://adrianux.net"
|
||||
- "MONITORING_URL=http://adrianux.net"
|
||||
- "DEBUG_MODE=False"
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue