diff --git a/VERSION b/VERSION index ac58817..b12fb66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.16-alpha \ No newline at end of file +1.0.17-alpha \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 81d0589..f70c450 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: depends_on: - redis networks: - - app_network + - thinknet worker: build: . @@ -29,15 +29,17 @@ services: depends_on: - redis networks: - - app_network + - thinknet redis: - image: redis:7.2.5 + container_name: redis + image: redis:latest + command: ["redis-server", "--bind", "redis", "--port", "6379"] ports: - "6379:6379" networks: - - app_network + - thinknet networks: - app_network: + thinknet: driver: bridge