We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 731b64b + e0815cf commit 8e370f5Copy full SHA for 8e370f5
.gitignore
@@ -1,4 +1,5 @@
1
# Binaries for programs and plugins
2
+bin/
3
*.exe
4
*.exe~
5
*.dll
README.md
@@ -96,9 +96,11 @@ cd golang-rest-api-template
96
3. Build and run the Docker containers
97
98
```bash
99
-make setup && make build && make up
+make up
100
```
101
102
+Please refer to the [Makefile](./Makefile) if you need to build in the local environment.
103
+
104
### Environment Variables
105
106
You can set the environment variables in the `.env` file. Here are some important variables:
bin/server
-34.1 MB
docker-compose.yml
@@ -6,8 +6,6 @@ services:
6
dockerfile: Dockerfile
7
ports:
8
- 8001:8001
9
- volumes:
10
- - .:/app
11
depends_on:
12
- db
13
- mongo
0 commit comments