Skip to content

Commit

Permalink
don't persist ci container
Browse files Browse the repository at this point in the history
  • Loading branch information
pontussjostedt committed Nov 9, 2024
1 parent f9ee2f3 commit 982318b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
# context: ../
# dockerfile: server/Dockerfile
volumes:
- ${UPLOAD_LOCATION}/photos:/usr/src/app/upload
- /usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
ports:
- 2283:2283
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
POSTGRES_DB: ${DB_DATABASE_NAME}
POSTGRES_INITDB_ARGS: '--data-checksums'
volumes:
- ${UPLOAD_LOCATION}/postgres:/var/lib/postgresql/data
- /var/lib/postgresql/data
ports:
- 5432:5432
command: [ 'postgres', '-c', 'shared_preload_libraries=vectors.so', '-c', 'search_path="$$user", public, vectors', '-c', 'logging_collector=on', '-c', 'max_wal_size=2GB', '-c', 'shared_buffers=512MB', '-c', 'wal_compression=on' ]
Expand Down

0 comments on commit 982318b

Please sign in to comment.