mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-09-29 01:45:49 +08:00
fix compose errors
This commit is contained in:
parent
e93109afc2
commit
6603482103
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
api:
|
server:
|
||||||
image: ghcr.io/divyam234/teldrive/server:latest
|
image: ghcr.io/divyam234/teldrive/server:latest
|
||||||
restart: always
|
restart: always
|
||||||
container_name: server
|
container_name: server
|
||||||
|
@ -34,6 +34,6 @@ services:
|
||||||
migrate:
|
migrate:
|
||||||
image: arigaio/atlas:latest
|
image: arigaio/atlas:latest
|
||||||
command: >
|
command: >
|
||||||
migrate apply --url #DBURL
|
migrate apply --url #DBURL --allow-dirty
|
||||||
volumes:
|
volumes:
|
||||||
- ./database/migrations/:/migrations
|
- ./database/migrations/:/migrations
|
Loading…
Add table
Reference in a new issue