aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docker-compose.override.yml6
-rw-r--r--docker-compose.yml1
2 files changed, 6 insertions, 1 deletions
diff --git a/docker-compose.override.yml b/docker-compose.override.yml
new file mode 100644
index 0000000..007f91e
--- /dev/null
+++ b/docker-compose.override.yml
@@ -0,0 +1,6 @@
+# I want docker-compose.yml to be copyable; and if the build settings is
+# present, and somebody copies it and runs docker-compose up -d, it will
+# complain that it can't build the image (which it stupid).
+services:
+ web:
+ build: .
diff --git a/docker-compose.yml b/docker-compose.yml
index 6617db2..3396c44 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -9,7 +9,6 @@ x-default-settings:
services:
web:
<< : *default-settings
- build: .
depends_on: [api]
image: egortensin/wg-api-web:latest
ports: