Skip to content
Snippets Groups Projects
Commit 6f01c46d authored by Romain de Laage's avatar Romain de Laage
Browse files

petites corrections

parent 335c8310
No related branches found
No related tags found
No related merge requests found
version: '3'
services:
lufidb:
image: postgres:12
image: postgres:10
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
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment