mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-06 00:00:44 +00:00
Fix test.compose.yaml (use aio.Dockerfiles)
This commit is contained in:
+3
-3
@@ -2,7 +2,7 @@ services:
|
||||
core:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: bin/core/debian.Dockerfile
|
||||
dockerfile: bin/core/aio.Dockerfile
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: local
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
periphery:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: bin/periphery/debian.Dockerfile
|
||||
dockerfile: bin/periphery/aio.Dockerfile
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: local
|
||||
@@ -53,4 +53,4 @@ volumes:
|
||||
data:
|
||||
repo-cache:
|
||||
repos:
|
||||
stacks:
|
||||
stacks:
|
||||
|
||||
Reference in New Issue
Block a user