Skip to content

Commit

Permalink
add test compose
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN committed Dec 19, 2023
1 parent e9255ab commit d725ece
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: otomad-prisma-main
version: "3.9"

services:
postgres:
image: postgres:15@sha256:e01f532a5983facbed9dc9df6b34aab4ede236fc40a288055050b334fb44fcc4
ports:
- target: 5432
published: 35432
environment:
POSTGRES_USER: user
POSTGRES_PASSWORD: pass
POSTGRES_DB: test

0 comments on commit d725ece

Please sign in to comment.