add todos so I dont forget

This commit is contained in:
MiniDigger | Martin 2021-02-06 11:25:16 +01:00 committed by GitHub
parent 781fd49d49
commit f1b508b8a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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