mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-18 14:14:50 +08:00
add todos so I dont forget
This commit is contained in:
parent
781fd49d49
commit
f1b508b8a7
@ -2,6 +2,7 @@ version: '3.7'
|
||||
|
||||
services:
|
||||
frontend:
|
||||
image: "dum die dum" # todo figure out where I deployed the images
|
||||
build:
|
||||
context: ../../frontend
|
||||
dockerfile: ../docker/deployment/hangar-frontend/Dockerfile
|
||||
@ -21,6 +22,7 @@ services:
|
||||
networks:
|
||||
- web
|
||||
backend:
|
||||
image: "dum die dum" # todo figure out where I deployed the images
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: docker/deployment/hangar-backend/Dockerfile
|
||||
@ -36,6 +38,7 @@ services:
|
||||
networks:
|
||||
- web
|
||||
db:
|
||||
image: "dum die dum" # todo figure out where I deployed the images
|
||||
build: ./db
|
||||
environment:
|
||||
POSTGRES_MULTIPLE_DATABASES: hangarauth
|
||||
|
Loading…
Reference in New Issue
Block a user