aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docker/compose/gitea/compose.yaml31
1 files changed, 0 insertions, 31 deletions
diff --git a/docker/compose/gitea/compose.yaml b/docker/compose/gitea/compose.yaml
deleted file mode 100644
index 81a3546..0000000
--- a/docker/compose/gitea/compose.yaml
+++ /dev/null
@@ -1,31 +0,0 @@
----
-services:
- gitea:
- image: docker.gitea.com/gitea:1.23.6
- pull_policy: every_12h
- environment:
- - DB_TYPE=postgres
- - DB_HOST=db:5432
- - DB_NAME=gitea
- - DB_USER=gitea
- - DB_PASSWD=gitea
- restart: unless-stopped
- volumes:
- - git_data:/data
- ports:
- - '3000:3000'
- db:
- image: postgres:alpine
- environment:
- - POSTGRES_USER=gitea
- - POSTGRES_PASSWORD=gitea
- - POSTGRES_DB=gitea
- restart: unless-stopped
- volumes:
- - db_data:/var/lib/postgresql/data
- expose:
- - 5432
-volumes:
- db_data:
- git_data:
-...
chub directoryClyhtsuriva17-0/+0 2021-06-26Removed reduced pom and added the content of STZ-0001 with a switch modif.Clyhtsuriva65-149/+208 2021-06-26Delete .classpathClyhtsuriva1-6/+0 2021-06-26Delete .projectClyhtsuriva1-17/+0 2021-06-26Delete .idea directoryClyhtsuriva4-28/+0 2021-06-26UpdateClyhtsuriva50-84/+84 2021-06-26Changed the architecture to respect maven and generated an empty javadocClyhtsuriva129-23/+7829 2021-06-26Add reset, pause, quit functionalitysaid belhadj46-18/+100 2021-06-26Adding the pom.xml and target folder created from mvn package.Clyhtsuriva6-0/+164 2021-06-26Add the possibility to listen a song thanks to Audio System librarysaid belhadj7-4/+55 2021-06-25Fixing STZ-0004 issue.Clyhtsuriva1-1/+3 2021-06-17Delete initial_class_diagram.pngClyhtsuriva1-0/+0