switch back to using registry image

master
JoYo 2019-06-22 15:21:31 -04:00
parent fdd5c2a0ab
commit c2b9346804
2 changed files with 3 additions and 7 deletions

View File

@ -1 +0,0 @@
FROM registry.gitlab.com/xyc0/pleroma_docker

View File

@ -17,8 +17,7 @@ services:
- node_a_db:/var/lib/postgresql/data
node_a_web:
build:
context: .
image: registry.gitlab.com/xyc0/pleroma_docker
environment:
POSTGRES_HOST: node_a_db
POSTGRES_USER: pleroma
@ -41,8 +40,7 @@ services:
- node_b_db:/var/lib/postgresql/data
node_b_web:
build:
context: .
image: registry.gitlab.com/xyc0/pleroma_docker
environment:
POSTGRES_HOST: node_b_db
POSTGRES_USER: pleroma
@ -65,8 +63,7 @@ services:
- node_c_db:/var/lib/postgresql/data
node_c_web:
build:
context: .
image: registry.gitlab.com/xyc0/pleroma_docker
environment:
POSTGRES_HOST: node_c_db
POSTGRES_USER: pleroma