remove cuddle base
This commit is contained in:
parent
af875e4688
commit
5fc7d7caf9
@ -1 +0,0 @@
|
||||
Subproject commit 08a6b4dda7513b2688733bfe27748952db5471ce
|
@ -1,7 +0,0 @@
|
||||
FROM golang
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN go build cmd/main.go
|
||||
|
||||
CMD [ "main" ]
|
@ -1,2 +0,0 @@
|
||||
.cuddle/
|
||||
main/
|
@ -1,17 +0,0 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
{{ service }}:
|
||||
image: {{ image }}
|
||||
ports:
|
||||
- {{ port }}
|
||||
env_file: ".env"
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
image: postgres:13.5
|
||||
restart: always
|
||||
env_file: ".env"
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
/target
|
||||
.cuddle/
|
||||
target/
|
||||
|
Loading…
Reference in New Issue
Block a user