Automate immutable production deployments
This commit is contained in:
@@ -62,6 +62,10 @@ services:
|
||||
source: ./database/schema.sql
|
||||
target: /docker-entrypoint-initdb.d/01-schema.sql
|
||||
read_only: true
|
||||
- type: bind
|
||||
source: ./database/migrations
|
||||
target: /docker-entrypoint-initdb.d/migrations
|
||||
read_only: true
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
security_opt:
|
||||
|
||||
Reference in New Issue
Block a user