3 Commits

Author SHA1 Message Date
Adhityaa Chandrasekar
ca797cd165 release: v1.6.1 2019-02-18 18:36:17 -05:00
Adhityaa Chandrasekar
15d729c6ac docker-compose.yml: remove db ports exposure 2019-02-18 18:35:28 -05:00
Adhityaa Chandrasekar
af1d1dcd0c Dockerfile: copy fonts file 2019-02-18 18:28:06 -05:00
4 changed files with 2 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ COPY --from=frontend-build /commento/frontend/build/prod/*.html /commento/
COPY --from=frontend-build /commento/frontend/build/prod/css/*.css /commento/css/
COPY --from=frontend-build /commento/frontend/build/prod/js/*.js /commento/js/
COPY --from=frontend-build /commento/frontend/build/prod/images/* /commento/images/
COPY --from=frontend-build /commento/frontend/build/prod/fonts/* /commento/fonts/
COPY --from=templates-build /commento/templates/build/prod/templates/ /commento/templates/
COPY --from=db-build /commento/db/build/prod/db/ /commento/db/

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.6.0"
var version = "v1.6.1"

View File

View File

@@ -19,8 +19,6 @@ services:
POSTGRES_DB: commento
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
networks:
- db_network
volumes: