Composefile draft experimenting
This commit is contained in:
parent
e7f7b2a75a
commit
778439e5a1
1 changed files with 5 additions and 1 deletions
|
@ -2,8 +2,12 @@ version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
frostbyte:
|
frostbyte:
|
||||||
build: .
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: ./container/Containerfile
|
||||||
container_name: fb-server
|
container_name: fb-server
|
||||||
|
environment:
|
||||||
|
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