mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
qovery config
This commit is contained in:
24
.qovery.yml
24
.qovery.yml
@@ -1,23 +1,17 @@
|
||||
---
|
||||
application:
|
||||
name: "wallet-go-api"
|
||||
|
||||
project: "wallet-api"
|
||||
|
||||
organization: "QoveryCommunity"
|
||||
name: wallet-go-api
|
||||
project: wallet-api
|
||||
organization: QoveryCommunity
|
||||
|
||||
databases:
|
||||
- type: "POSTGRESQL"
|
||||
|
||||
name: "wallet"
|
||||
|
||||
version: "12"
|
||||
- type: POSTGRESQL
|
||||
name: wallet
|
||||
version: 12
|
||||
|
||||
routers:
|
||||
- name: "main-wallet-go-api"
|
||||
|
||||
- name: main-wallet-go-api
|
||||
routes:
|
||||
- application_name: "wallet-go-api"
|
||||
|
||||
- application_name: wallet-go-api
|
||||
paths:
|
||||
- "/*"
|
||||
- /
|
||||
|
||||
@@ -14,7 +14,7 @@ WORKDIR /app
|
||||
COPY --from=builder /app/bin/migrate /usr/bin/
|
||||
COPY --from=builder /app/bin/api /usr/bin/
|
||||
|
||||
EXPOSE ${PORT}
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["migrate"]
|
||||
ENTRYPOINT ["api"]
|
||||
|
||||
Reference in New Issue
Block a user