mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-08 08:10:05 +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:
|
services:
|
||||||
server:
|
server:
|
||||||
image: ghcr.io/divyam234/teldrive/server:latest
|
image: ghcr.io/divyam234/teldrive/server
|
||||||
restart: always
|
restart: always
|
||||||
container_name: server
|
container_name: teldrive
|
||||||
volumes:
|
volumes:
|
||||||
- ./sessions:/app/sessions:rw
|
- ./sessions:/app/sessions:rw
|
||||||
- ./database:/app/database
|
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8080
|
||||||
|
|
||||||
client:
|
|
||||||
image: ghcr.io/divyam234/teldrive/client:latest
|
|
||||||
restart: always
|
|
||||||
container_name: client
|
|
||||||
ports:
|
|
||||||
- 3000
|
|
Loading…
Reference in a new issue