chore: update example docker-compose
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a5026a5494
commit
dc395d2264
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user