Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
Technique
Dockerfiles
Commits
397a5437
Commit
397a5437
authored
Dec 07, 2019
by
Romain de Laage
Browse files
environment fix and traefik configuration
parent
eebf78bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
397a5437
version
:
'
3'
volumes
:
lufidb-data
:
lufi-data
:
lufi-files
:
services
:
lufidb
:
image
:
postgres:1
0
image
:
postgres:1
2
container_name
:
lufidb
restart
:
always
env_file
:
-
lufi.env
# env_file:
# - lufi.env
environment
:
-
POSTGRES_USER=lufidb
-
POSTGRES_PASSWORD=passwd
volumes
:
-
/var/lib/postgresql/data
-
lufidb-data:/var/lib/postgresql/data
lufi
:
image
:
lufi
container_name
:
lufi
...
...
@@ -18,5 +28,10 @@ services:
links
:
-
lufidb:lufidb
volumes
:
-
/lufi/data
-
/lufi/files
-
lufi-data:/lufi/data
-
lufi-files:/lufi/files
labels
:
-
"
traefik.frontend.rule=Host:drop.test.picasoft.net"
-
"
traefik.backend=lufi"
-
"
traefik.port=8081"
-
"
traefik.enable=true"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment