remove cuddle base
This commit is contained in:
Submodule .cuddle/base deleted from 08a6b4dda7
@@ -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
|
/target
|
||||||
|
.cuddle/
|
||||||
|
target/
|
||||||
|
Reference in New Issue
Block a user