main
|
Last change
on this file since 95cf703 was 95cf703, checked in by teo <teodorbogoeski@…>, 4 months ago |
|
Initial commit: FRRUAS CLI prototype
|
-
Property mode
set to
100644
|
|
File size:
269 bytes
|
| Line | |
|---|
| 1 | services:
|
|---|
| 2 | db:
|
|---|
| 3 | image: postgres:16
|
|---|
| 4 | container_name: frruas_db
|
|---|
| 5 | environment:
|
|---|
| 6 | POSTGRES_DB: frruas_db
|
|---|
| 7 | POSTGRES_USER: frruas_user
|
|---|
| 8 | POSTGRES_PASSWORD: frruas_pass
|
|---|
| 9 | ports:
|
|---|
| 10 | - "5432:5432"
|
|---|
| 11 | volumes:
|
|---|
| 12 | - ./data:/var/lib/postgresql/data
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.