Compare commits

..

2 Commits

Author SHA1 Message Date
rama
9fd80dcbe0 Merge pull request 'changed version' (#2) from testing into main
Reviewed-on: #2
2023-12-05 11:47:48 +01:00
rama
1a442dae89 Merge pull request 'changed default network' (#1) from testing into main
Reviewed-on: #1
2023-11-26 12:10:19 +01:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 altogether
Copyright (c) 2023 docker
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -23,7 +23,6 @@ services:
- "GITEA__database__PASSWD=${MYSQL_PASSWORD}"
restart: "unless-stopped"
networks:
- "default"
- "traefik"
volumes:
- "${PROJECT_DATA}/${PROJECT_NAME}-gitea/git:/data"