Compare commits

...

2 Commits

Author SHA1 Message Date
Raphael Martin
2b844fecc5 changed licens wrong name 2024-01-05 21:03:20 +01:00
Raphael Martin
81d4f2de54 append default network to gitea 2023-12-28 15:04:16 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 docker
Copyright (c) 2023 altogether
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,6 +23,7 @@ services:
- "GITEA__database__PASSWD=${MYSQL_PASSWORD}"
restart: "unless-stopped"
networks:
- "default"
- "traefik"
volumes:
- "${PROJECT_DATA}/${PROJECT_NAME}-gitea/git:/data"