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