mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
try seperate images
This commit is contained in:
parent
73261bb22c
commit
45923cf861
@ -2,7 +2,7 @@ version: '3.7'
|
||||
|
||||
services:
|
||||
app:
|
||||
image: registry.gitlab.com/minidigger/hangar2:app
|
||||
image: registry.gitlab.com/minidigger/hangar2/app:latest
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: docker/hangar/Dockerfile
|
||||
@ -26,7 +26,7 @@ services:
|
||||
networks:
|
||||
- web
|
||||
db:
|
||||
image: registry.gitlab.com/minidigger/hangar2:db
|
||||
image: registry.gitlab.com/minidigger/hangar2/db:latest
|
||||
build: ./db
|
||||
environment:
|
||||
POSTGRES_USER: hangar
|
||||
|
Loading…
Reference in New Issue
Block a user