infra/spliit/compose.yaml

20 lines
291 B
YAML
Raw Permalink Normal View History

2024-12-23 17:33:51 +01:00
services:
spliit:
image: crazymax/spliit:latest
container_name: spliit
ports:
- 30412:3000
env_file:
- .env
restart: always
networks:
- rick_db
- spliit
networks:
rick_db:
name: rick_db
external: true
spliit:
driver: bridge