Update docker-compose.yml

This commit is contained in:
Alterem 2024-05-17 09:48:05 +08:00 committed by GitHub
parent 61903f7a7b
commit 8cbe88cbb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 6 deletions

View File

@ -1,9 +1,12 @@
version: '3.4'
services:
groq2api:
image: ghcr.io/linux-do/override:latest
container_name: override
override-app:
image: linux-do/override:latest
container_name: override-app
restart: always
build:
context: .
dockerfile: Dockerfile
volumes:
- ./config.json:/app/config.json
ports:
- "8181:8181"
- "8181:8181"