This commit is contained in:
Sakurasan
2026-07-06 02:30:38 +08:00
parent 9682c91224
commit cffdea5407
2 changed files with 13 additions and 7 deletions
+3 -4
View File
@@ -1,10 +1,9 @@
services:
app:
image: ${DOCKER_USER:-mirrors2}/meoo:${VERSION:-latest}
build:
context: .
image: ${DOCKER_USER:-mirrors2}/auv:${VERSION:-latest}
container_name: auv
ports:
- "8000:8000"
env_file:
- ./backend/.env
- .env
restart: unless-stopped