mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added cup and wud
This commit is contained in:
parent
2f13fb4d9f
commit
dcd8a1f9df
23
cup/compose.yml
Normal file
23
cup/compose.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# https://github.com/sergi0g/cup
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
|
name: cup
|
||||||
|
|
||||||
|
services:
|
||||||
|
cup:
|
||||||
|
image: ghcr.io/sergi0g/cup:latest
|
||||||
|
container_name: cup # Optional
|
||||||
|
restart: unless-stopped
|
||||||
|
command: -c /config/cup.json serve
|
||||||
|
ports:
|
||||||
|
- 8000:8000
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- ./config:/config
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
1
cup/config/cup.json
Normal file
1
cup/config/cup.json
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
@ -23,7 +23,7 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- 2283:3001
|
- 2283:2283
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- database
|
- database
|
||||||
@ -66,22 +66,7 @@ services:
|
|||||||
interval: 5m
|
interval: 5m
|
||||||
start_interval: 30s
|
start_interval: 30s
|
||||||
start_period: 5m
|
start_period: 5m
|
||||||
command:
|
command: [ "postgres", "-c", "shared_preload_libraries=vectors.so", "-c", 'search_path="$$user", public, vectors', "-c", "logging_collector=on", "-c", "max_wal_size=2GB", "-c", "shared_buffers=512MB", "-c", "wal_compression=on" ]
|
||||||
[
|
|
||||||
"postgres",
|
|
||||||
"-c",
|
|
||||||
"shared_preload_libraries=vectors.so",
|
|
||||||
"-c",
|
|
||||||
'search_path="$$user", public, vectors',
|
|
||||||
"-c",
|
|
||||||
"logging_collector=on",
|
|
||||||
"-c",
|
|
||||||
"max_wal_size=2GB",
|
|
||||||
"-c",
|
|
||||||
"shared_buffers=512MB",
|
|
||||||
"-c",
|
|
||||||
"wal_compression=on"
|
|
||||||
]
|
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
20
wud/compose.yml
Normal file
20
wud/compose.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# https://getwud.github.io/wud/#/
|
||||||
|
|
||||||
|
#
|
||||||
|
|
||||||
|
name: wud
|
||||||
|
|
||||||
|
services:
|
||||||
|
whatsupdocker:
|
||||||
|
image: getwud/wud
|
||||||
|
container_name: wud
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
ports:
|
||||||
|
- 3000:3000
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
Loading…
x
Reference in New Issue
Block a user