mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 05:56:07 +00:00

Various dependencies updated after changes to `std.zig.Ast` and `std.LinkedList` and other things.
8 lines
128 B
YAML
8 lines
128 B
YAML
services:
|
|
postgres:
|
|
image: postgres:17
|
|
ports:
|
|
- 14173:5432
|
|
environment:
|
|
POSTGRES_PASSWORD: 'postgres'
|