Parcourir la source

add persistance to Postresql container

master
Valentin_NC il y a 7 ans
Parent
révision
4512fde181
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      docker-compose.yml

+ 2
- 0
docker-compose.yml Voir le fichier

@@ -3,6 +3,8 @@ services:
db:
restart: always
image: postgres:alpine
volumes:
- ./postgres-data:/var/lib/postgresql/data
redis:
restart: always
image: redis:alpine


Chargement…
Annuler
Enregistrer