chore: update example docker-compose
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lucien Cartier-Tilet 2023-03-26 16:55:45 +02:00
parent a5026a5494
commit dc395d2264
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -1,7 +1,7 @@
services: services:
pleroma: pleroma:
image: jordemort/pleroma image: phundrak/pleroma
build: ../ build: ../
restart: unless-stopped restart: unless-stopped
networks: networks:
@ -20,7 +20,7 @@ services:
POSTGRES_PASSWORD: hunter2 POSTGRES_PASSWORD: hunter2
postgres: postgres:
image: jordemort/postgres-rum image: postgres:15
restart: unless-stopped restart: unless-stopped
networks: networks:
pleromanet: pleromanet: