added container_names & removed stuff
This commit is contained in:
@@ -2,6 +2,7 @@ version: '3.1'
|
||||
|
||||
services:
|
||||
server:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:latest
|
||||
environment:
|
||||
- USER_UID=115
|
||||
@@ -25,6 +26,7 @@ services:
|
||||
- "2222:22"
|
||||
|
||||
db:
|
||||
container_name: postgres_gitea
|
||||
image: postgres:alpine
|
||||
environment:
|
||||
- POSTGRES_USER=bizmatch
|
||||
|
||||
Reference in New Issue
Block a user