add unused compose files

This commit is contained in:
2024-11-14 14:12:42 +01:00
parent 95302bad46
commit 384bf4c4b8
30 changed files with 521 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
services:
aim-server:
command:
- echo "N" | aim init && aim server
container_name: aim-server
entrypoint:
- /bin/sh
- -c
image: aimstack/aim:3.16.2
ports:
- 53800:53800
restart: unless-stopped
volumes:
- /opt/aim:/opt/aim
aim-ui:
command:
- echo "N" | aim init && aim up --host 0.0.0.0 --workers 2
container_name: aim-ui
entrypoint:
- /bin/sh
- -c
image: aimstack/aim:3.16.2
ports:
- 43800:43800
restart: unless-stopped
volumes:
- /opt/aim:/opt/aim