We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726428d commit b614978Copy full SHA for b614978
compose.development.yml
@@ -9,6 +9,7 @@ services:
9
- "3002:3000"
10
volumes:
11
- ./src:/app/src
12
+ - ./data:/app/data
13
- ./internal:/app/internal
14
# - ./pkg:/app/pkg
15
- ./.air.toml:/app/.air.toml
@@ -25,6 +26,7 @@ services:
25
26
- "2345:2345"
27
28
29
30
31
32
- ./.air.debug.toml:/app/.air.toml
compose.yml
@@ -4,3 +4,5 @@ services:
4
target: Production
5
container_name: application
6
restart: always
7
+ volumes:
8
0 commit comments