update compose file
This commit is contained in:
+2
-1
@@ -17,11 +17,12 @@ services:
|
||||
admin:
|
||||
build: .
|
||||
image: seed:latest
|
||||
hostname: crawler-admin
|
||||
container_name: seed-admin
|
||||
restart: unless-stopped
|
||||
command: python main.py admin
|
||||
ports:
|
||||
- "${ADMIN_PORT:-8000}:8000"
|
||||
- "${COMPOSE_ADMIN_PORT:-127.0.0.0:8800}:8000"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user