Warnings in composefile
This commit is contained in:
parent
778439e5a1
commit
16d1d62b11
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -7,7 +10,7 @@ services:
|
||||||
dockerfile: ./container/Containerfile
|
dockerfile: ./container/Containerfile
|
||||||
container_name: fb-server
|
container_name: fb-server
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: "postgres://CHANGEME:CHANGEME@fb_database:5432/frostbyte"
|
DATABASE_URL: "postgres://CHANGEME:CHANGEME@fb-database:5432/frostbyte"
|
||||||
networks:
|
networks:
|
||||||
- fb_network
|
- fb_network
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue