Start working on docker compose.
This commit is contained in:
9
wise-webapp/docker/compose.yaml
Normal file
9
wise-webapp/docker/compose.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
database:
|
||||
image: 'postgres:15.2'
|
||||
ports:
|
||||
- '5432'
|
||||
environment:
|
||||
- 'POSTGRES_USER=myuser'
|
||||
- 'POSTGRES_DB=mydatabase'
|
||||
- 'POSTGRES_PASSWORD=secret'
|
Reference in New Issue
Block a user