fixed crud list
fixed payments upload -a
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
- development.env
|
||||
volumes:
|
||||
- .:/DepoT
|
||||
Reference in New Issue
Block a user