Warnings in composefile

This commit is contained in:
Imbus 2024-02-27 03:02:24 +01:00
parent 778439e5a1
commit 16d1d62b11

View file

@ -1,3 +1,6 @@
# This composefile is not yet ready for use.
# This is because the application assumes the database to be migrated, which happens manually.
version: "3.8"
services:
@ -7,7 +10,7 @@ services:
dockerfile: ./container/Containerfile
container_name: fb-server
environment:
DATABASE_URL: "postgres://CHANGEME:CHANGEME@fb_database:5432/frostbyte"
DATABASE_URL: "postgres://CHANGEME:CHANGEME@fb-database:5432/frostbyte"
networks:
- fb_network
depends_on: