Composefile draft experimenting

This commit is contained in:
Imbus 2024-02-27 02:49:28 +01:00
parent e7f7b2a75a
commit 778439e5a1

View file

@ -2,8 +2,12 @@ version: "3.8"
services:
frostbyte:
build: .
build:
context: ..
dockerfile: ./container/Containerfile
container_name: fb-server
environment:
DATABASE_URL: "postgres://CHANGEME:CHANGEME@fb_database:5432/frostbyte"
networks:
- fb_network
depends_on: