Commit 1e7bdd8d by Chif Gergő

Add volume to database in docker-compose , fix ci command

parent 70fca0d3
Pipeline #1267 failed with stages
in 19 seconds
......@@ -19,6 +19,8 @@ services:
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
POSTGRES_USER: ${DATABASE_USER}
POSTGRES_DB: ${DATABASE_NAME}
volumes:
- /database/recircle:/var/lib/postgresql/data
networks:
- backend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment