mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-07-28 01:27:58 +00:00
Merge pull request #1826 from 3mp3ri0r/fix/container-run-app-stopped-on-sigint-sigterm
fix: container run but app stopped on SIGINT or SIGTERM
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
|||||||
picoclaw-gateway:
|
picoclaw-gateway:
|
||||||
image: docker.io/sipeed/picoclaw:latest
|
image: docker.io/sipeed/picoclaw:latest
|
||||||
container_name: picoclaw-gateway
|
container_name: picoclaw-gateway
|
||||||
restart: on-failure
|
restart: unless-stopped
|
||||||
profiles:
|
profiles:
|
||||||
- gateway
|
- gateway
|
||||||
# Uncomment to access host network; leave commented unless needed.
|
# Uncomment to access host network; leave commented unless needed.
|
||||||
@@ -40,7 +40,7 @@ services:
|
|||||||
picoclaw-launcher:
|
picoclaw-launcher:
|
||||||
image: docker.io/sipeed/picoclaw:launcher
|
image: docker.io/sipeed/picoclaw:launcher
|
||||||
container_name: picoclaw-launcher
|
container_name: picoclaw-launcher
|
||||||
restart: on-failure
|
restart: unless-stopped
|
||||||
profiles:
|
profiles:
|
||||||
- launcher
|
- launcher
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user