From 2a70c63be08265c371cb091696158a4ff7c4e90f Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sat, 2 Dec 2023 19:49:09 -0500 Subject: [PATCH] cleanup --- Dockerfile | 1 - compose.yaml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2250e30..9685463 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,3 @@ FROM mahuntington/student:postgres WORKDIR /home/student CMD ["pg_ctlcluster", "15", "main", "start", "--foreground"] -#CMD ["postgres", "-c", "max_connections=300"] diff --git a/compose.yaml b/compose.yaml index 4cab1a6..d4604ff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,13 +3,7 @@ version: '3' services: student: image: mahuntington/student:postgres - #command: /bin/sh stdin_open: true tty: true container_name: student - links: - - postgres - - postgres: - image: mahuntington/student:postgres command: ["pg_ctlcluster", "15", "main", "start", "--foreground"]