Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services: # define services

db: # postgres DB
hostname: ns_assembly_db # assign a hostname for easier connection
image: postgres:18.4-alpine3.23 # use the latest Postgres Alpine image
image: postgres:18.6-alpine3.23 # use the latest Postgres Alpine image
shm_size: 128mb # define a memory limit
restart: always # restart if errors occur
environment: # pass location of secrets to the container, and define non-secret configuration info
Expand Down
Loading