Skip to content

Commit 916dd0d

Browse files
stabler-development-env (#611)
Summary: - Remove obsolete and problematic attributes from analytics development `Dockerfile`.
1 parent c634a06 commit 916dd0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose-live.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
version: "3.9"
1+
22

33
services:
44
postgres_stackql:
55
image: postgres:14.5-bullseye
6-
hostname: postgres_stackql
76
volumes:
87
- ./cicd/vol/postgres/setup:/docker-entrypoint-initdb.d:ro
98
environment:
@@ -13,7 +12,6 @@ services:
1312
stackql:
1413
# Update image tag as needed
1514
image: stackql/stackql:latest
16-
hostname: stackql
1715
restart: no
1816
volumes:
1917
- ./cicd/vol/vendor-secrets:/opt/stackql/vendor-secrets:ro

0 commit comments

Comments
 (0)