diff --git a/compose.yml b/compose.yml index 5139936..c7940bc 100644 --- a/compose.yml +++ b/compose.yml @@ -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