mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
Set project name to feishin
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
db:
|
||||
container_name: sonixd_db
|
||||
container_name: feishin_db
|
||||
image: postgres:13
|
||||
ports:
|
||||
- '5432:5432'
|
||||
@@ -13,8 +13,8 @@ services:
|
||||
- POSTGRES_DB=${DATABASE_NAME}
|
||||
restart: always
|
||||
server:
|
||||
container_name: sonixd
|
||||
image: sonixd:latest
|
||||
container_name: feishin
|
||||
image: feishin:latest
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user