mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-06 23:28:43 +08:00
modified compose
This commit is contained in:
parent
f44520cc9a
commit
539b0689a5
1 changed files with 3 additions and 11 deletions
|
@ -2,19 +2,11 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
server:
|
||||
image: ghcr.io/divyam234/teldrive/server:latest
|
||||
image: ghcr.io/divyam234/teldrive/server
|
||||
restart: always
|
||||
container_name: server
|
||||
container_name: teldrive
|
||||
volumes:
|
||||
- ./sessions:/app/sessions:rw
|
||||
- ./database:/app/database
|
||||
env_file: .env
|
||||
ports:
|
||||
- 8000:8000
|
||||
|
||||
client:
|
||||
image: ghcr.io/divyam234/teldrive/client:latest
|
||||
restart: always
|
||||
container_name: client
|
||||
ports:
|
||||
- 3000
|
||||
- 8000:8080
|
Loading…
Reference in a new issue