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
6f01c46d
Commit
6f01c46d
authored
Dec 07, 2019
by
Romain de Laage
Browse files
petites corrections
parent
335c8310
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
6f01c46d
version
:
'
3'
services
:
lufidb
:
image
:
postgres:1
2
image
:
postgres:1
0
container_name
:
lufidb
restart
:
always
env_file
:
lufi.secrets
env_file
:
-
lufi.env
volumes
:
-
/var/lib/postgresql/data
lufi
:
...
...
@@ -14,6 +15,8 @@ services:
-
lufidb
ports
:
-
8081:8081
links
:
-
lufidb:lufidb
volumes
:
-
/lufi/data
-
/lufi/files
lufi.
secrets
→
lufi.
env
View file @
6f01c46d
File moved
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