aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2023-10-07 00:11:46 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2023-10-07 00:11:46 +0100
commit5d6668fda42ed9e8ed051e00fb0b64504aa23971 (patch)
tree074487a73e42f78acf9d24663c6d1c00e1f51617 /docker-compose.yml
parent7b6b13f9f4c2ccae9a16db64f1f37b21bd4ba519 (diff)
downloadpower.eda.gay-5d6668fda42ed9e8ed051e00fb0b64504aa23971.tar.gz
power.eda.gay-5d6668fda42ed9e8ed051e00fb0b64504aa23971.zip
Made the database hhost be in the config file
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index a752a0f..a387601 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,12 +8,3 @@ services:
image: jwansek/power
env_file:
- ./db.env
- external_links:
- - mariadb:db
- networks:
- - db-network
-
-networks:
- db-network:
- external:
- name: mariadb \ No newline at end of file