add bind volume
Deploy / build_and_push_images (push) Successful in 2m51s Details
Deploy / deploy_to_server (push) Successful in 33s Details

This commit is contained in:
George Butskivsky 2024-05-15 18:30:39 +03:00
parent 42b380d5fd
commit 24cf202964
1 changed files with 4 additions and 0 deletions

View File

@ -5,4 +5,8 @@ services:
dockerfile: Dockerfile
ports:
- 8100:8000
volumes:
- type: bind
source: .env
target: /app/.env
image: ci.svs-tech.pro/sm-admin:latest