Browse Source

move files

root 5 years ago
parent
commit
36567bbc32
3 changed files with 1 additions and 4 deletions
  1. 1 2
      .env
  2. 0 1
      docker-compose.yml
  3. 0 1
      env/.env

+ 1 - 2
.env

@@ -1,2 +1 @@
-PORT=9999
-
+WEB_PORT=1111

+ 0 - 1
docker-compose.yml

@@ -1,7 +1,6 @@
 version: '3'
 services:
   schedule:
-    env_file: env/.env
     build: .
     ports:
       - ${WEB_PORT}:8888

+ 0 - 1
env/.env

@@ -1 +0,0 @@
-WEB_PORT=9999