Update Dockerfile
This commit is contained in:
+5
-4
@@ -36,20 +36,21 @@ services:
|
||||
ports:
|
||||
- "8088:8080"
|
||||
depends_on:
|
||||
- laravel-db
|
||||
- postgresql
|
||||
command: php artisan serve --host=0.0.0.0 --port=8080
|
||||
networks:
|
||||
- proxy
|
||||
python-listener:
|
||||
build:
|
||||
context: ./htdocs/listenerlist
|
||||
context: ./htdocs/listenerlis
|
||||
dockerfile: Dockerfile
|
||||
container_name: python-listener
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./htdocs/listenerlist:/app
|
||||
- ./htdocs/listenerlis:/app
|
||||
depends_on:
|
||||
- laravel-db
|
||||
postgresql:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- proxy
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user